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 @@ (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")
|
||||
|
|
Loading…
Reference in a new issue