me
/
guix
Archived
1
0
Fork 0

gnu: Remove python2-funcsigs-bootstrap.

* gnu/packages/python-xyz.scm (python2-funcsigs-bootstrap): Delete variable.
Maxim Cournoyer 2022-05-01 02:48:32 -04:00
parent 1630806fa8
commit 9374dbf3ee
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 9 deletions

View File

@ -3219,15 +3219,6 @@ port forwards using @acronym{UPnP, Universal Plug and Play}.")
"Backport of @code{funcsigs} which was introduced in Python 3.3.")
(license license:asl2.0)))
(define-public python2-funcsigs-bootstrap
(package
(inherit python2-funcsigs)
(name "python2-funcsigs-bootstrap")
(native-inputs `())
(arguments
`(#:tests? #f
,@(package-arguments python2-funcsigs)))))
(define-public python-py
(package
(name "python-py")