gnu: Remove python2-isodate.

* gnu/packages/time.scm (python2-isodate): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:49:57 -04:00
parent 89f3f16a84
commit 9257f235f0
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -378,9 +378,6 @@ (define-public python-isodate
ISO 8601 dates, time and duration.")
(license bsd-3)))
(define-public python2-isodate
(package-with-python2 python-isodate))
(define-public python-iso8601
(package
(name "python-iso8601")