diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:12:17 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:28 -0400 |
commit | 862f56e8cb07df8c919ca641de9604294621efa4 (patch) | |
tree | 9c8819774ac7c8b179afab7b926ed2b38252505f /gnu | |
parent | 9c4efa2f1148a0ed1ff9e50b19f48567c4859f94 (diff) |
gnu: Remove python2-semantic-version.
* gnu/packages/python-xyz.scm (python2-semantic-version): Delete variable.
Diffstat (limited to 'gnu')
-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") |