diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f4fbba3a4f..ef20e46128 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3165,9 +3165,6 @@ documentation-related tools used by the Astropy project.") "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") |