mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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.")
|
||||
(license expat)))
|
||||
|
||||
(define-public python2-tzdata
|
||||
(package-with-python2 python-pytzdata))
|
||||
|
||||
(define-public python-pytz
|
||||
(package
|
||||
(name "python-pytz")
|
||||
|
|
Loading…
Reference in a new issue