gnu: Remove python2-funcsigs-bootstrap.

* gnu/packages/python-xyz.scm (python2-funcsigs-bootstrap): Delete variable.
This commit is contained in:
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

View file

@ -3219,15 +3219,6 @@ (define-public python2-funcsigs
"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")