gnu: Remove python2-semantic-version.

* gnu/packages/python-xyz.scm (python2-semantic-version): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:12:17 -04:00
parent 9c4efa2f11
commit 862f56e8cb
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1852,9 +1852,6 @@ (define-public python-semantic-version
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")