gnu: Remove python2-extras.

* gnu/packages/python-xyz.scm (python2-extras): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:00:02 -04:00
parent 3893e94b36
commit f137896cfd
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3165,9 +3165,6 @@ (define-public python-extras
"Extras is a set of extensions to the Python standard library.")
(license license:expat)))
(define-public python2-extras
(package-with-python2 python-extras))
(define-public python-mimeparse
(package
(name "python-mimeparse")