gnu: Remove python2-serpent.
* gnu/packages/python-xyz.scm (python2-serpent): Delete variable.
This commit is contained in:
parent
fc43de3063
commit
da2f9c95ab
1 changed files with 0 additions and 8 deletions
|
@ -1903,16 +1903,8 @@ to rebuild the original object tree.
|
||||||
|
|
||||||
Because only safe literals are encoded, it is safe to send serpent data to
|
Because only safe literals are encoded, it is safe to send serpent data to
|
||||||
other machines, such as over the network.")
|
other machines, such as over the network.")
|
||||||
(properties `((python2-variant . ,(delay python2-serpent))))
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python2-serpent
|
|
||||||
(let ((base (package-with-python2 (strip-python2-variant python-serpent))))
|
|
||||||
(package/inherit base
|
|
||||||
(propagated-inputs
|
|
||||||
`(("python-enum34" ,python2-enum34)
|
|
||||||
,@(package-propagated-inputs base))))))
|
|
||||||
|
|
||||||
(define-public python-setuptools
|
(define-public python-setuptools
|
||||||
(package
|
(package
|
||||||
(name "python-setuptools")
|
(name "python-setuptools")
|
||||||
|
|
Reference in a new issue