gnu: Remove python2-funcsigs-bootstrap.
* gnu/packages/python-xyz.scm (python2-funcsigs-bootstrap): Delete variable.
This commit is contained in:
parent
1630806fa8
commit
9374dbf3ee
1 changed files with 0 additions and 9 deletions
|
@ -3219,15 +3219,6 @@ port forwards using @acronym{UPnP, Universal Plug and Play}.")
|
||||||
"Backport of @code{funcsigs} which was introduced in Python 3.3.")
|
"Backport of @code{funcsigs} which was introduced in Python 3.3.")
|
||||||
(license license:asl2.0)))
|
(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
|
(define-public python-py
|
||||||
(package
|
(package
|
||||||
(name "python-py")
|
(name "python-py")
|
||||||
|
|
Reference in a new issue