gnu: Remove python2-extras.
* gnu/packages/python-xyz.scm (python2-extras): Delete variable.
This commit is contained in:
parent
3893e94b36
commit
f137896cfd
1 changed files with 0 additions and 3 deletions
|
@ -3165,9 +3165,6 @@ documentation-related tools used by the Astropy project.")
|
||||||
"Extras is a set of extensions to the Python standard library.")
|
"Extras is a set of extensions to the Python standard library.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python2-extras
|
|
||||||
(package-with-python2 python-extras))
|
|
||||||
|
|
||||||
(define-public python-mimeparse
|
(define-public python-mimeparse
|
||||||
(package
|
(package
|
||||||
(name "python-mimeparse")
|
(name "python-mimeparse")
|
||||||
|
|
Reference in a new issue