summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:12:17 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:28 -0400
commit862f56e8cb07df8c919ca641de9604294621efa4 (patch)
tree9c8819774ac7c8b179afab7b926ed2b38252505f
parent9c4efa2f1148a0ed1ff9e50b19f48567c4859f94 (diff)
downloadguix-862f56e8cb07df8c919ca641de9604294621efa4.tar.gz
gnu: Remove python2-semantic-version.
* gnu/packages/python-xyz.scm (python2-semantic-version): Delete variable.
-rw-r--r--gnu/packages/python-xyz.scm3
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")