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 634f31baf4..4a1c01dffa 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14923,9 +14923,6 @@ files for use with Python.") "This library provides a Python module to parse command-line arguments.") (license license:bsd-3))) -(define-public python2-args - (package-with-python2 python-args)) - (define-public python-clint (package (name "python-clint") |