mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Remove python2-tzdata.
* gnu/packages/time.scm (python2-tzdata): Delete variable.
This commit is contained in:
parent
1e3beb327d
commit
391251a74c
1 changed files with 0 additions and 3 deletions
|
@ -119,9 +119,6 @@ (define-public python-pytzdata
|
||||||
"This library provides a timezone database for Python.")
|
"This library provides a timezone database for Python.")
|
||||||
(license expat)))
|
(license expat)))
|
||||||
|
|
||||||
(define-public python2-tzdata
|
|
||||||
(package-with-python2 python-pytzdata))
|
|
||||||
|
|
||||||
(define-public python-pytz
|
(define-public python-pytz
|
||||||
(package
|
(package
|
||||||
(name "python-pytz")
|
(name "python-pytz")
|
||||||
|
|
Loading…
Reference in a new issue