gnu: Remove python2-wheel.
* gnu/packages/python-build.scm (python2-wheel): Delete variable.
This commit is contained in:
parent
eb6d69ff16
commit
61a775f385
1 changed files with 0 additions and 3 deletions
|
@ -68,9 +68,6 @@ (define-public python-wheel
|
|||
installed with a newer @code{pip} or with wheel's own command line utility.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python2-wheel
|
||||
(package-with-python2 python-wheel))
|
||||
|
||||
;;; XXX: Not really at home, but this seems the best place to prevent circular
|
||||
;;; module dependencies.
|
||||
(define-public python-toml
|
||||
|
|
Loading…
Reference in a new issue