gnu: Remove python2-wheel.

* gnu/packages/python-build.scm (python2-wheel): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:07:32 -04:00
parent eb6d69ff16
commit 61a775f385
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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