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 557997a0d8..5d9a714dc0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1852,9 +1852,6 @@ the version levels, and check whether any given string is a proper semantic version identifier.") (license license:bsd-3))) -(define-public python2-semantic-version - (package-with-python2 python-semantic-version)) - (define-public python-serpent (package (name "python-serpent") |