gnu: Remove python2-bz2file.

* gnu/packages/python-xyz.scm (python2-bz2file): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 21:24:27 -04:00
parent 538eadceb2
commit 4dac0380f4
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -16711,9 +16711,6 @@ (define-public python-bz2file
development version of CPython that are not available in older releases.")
(license license:asl2.0)))
(define-public python2-bz2file
(package-with-python2 python-bz2file))
(define-public python-future
(package
(name "python-future")