gnu: Remove python2-tzdata.

* gnu/packages/time.scm (python2-tzdata): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:16:57 -04:00
parent 1e3beb327d
commit 391251a74c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -119,9 +119,6 @@ (define-public python-pytzdata
"This library provides a timezone database for Python.")
(license expat)))
(define-public python2-tzdata
(package-with-python2 python-pytzdata))
(define-public python-pytz
(package
(name "python-pytz")