mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
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.")
|
installed with a newer @code{pip} or with wheel's own command line utility.")
|
||||||
(license license:expat)))
|
(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
|
;;; XXX: Not really at home, but this seems the best place to prevent circular
|
||||||
;;; module dependencies.
|
;;; module dependencies.
|
||||||
(define-public python-toml
|
(define-public python-toml
|
||||||
|
|
Loading…
Reference in a new issue