gnu: Remove python2-future.

* gnu/packages/python-xyz.scm (python2-future): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:47:34 -04:00
parent 2f7eee37b9
commit ffec658a72
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -16140,9 +16140,6 @@ (define-public python-future
to support both Python 2 and Python 3 with minimal overhead.")
(license license:expat)))
(define-public python2-future
(package-with-python2 python-future))
(define-public python-cysignals
(package
(name "python-cysignals")