gnu: Remove python2-pytz.

* gnu/packages/time.scm (python2-pytz): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-01 03:21:09 -04:00
parent cd78abdbe7
commit 69e5efbcaf
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -140,9 +140,6 @@ (define-public python-pytz
saving time. Almost all of the Olson timezones are supported.")
(license expat)))
(define-public python2-pytz
(package-with-python2 python-pytz))
(define-public python-pendulum
(package
(name "python-pendulum")