diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:16:57 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:33 -0400 |
commit | 391251a74ca230555277055e2ae23c59ee49116b (patch) | |
tree | e30aafac79eaec68f2a8397eb76aa6c53665bbf6 | |
parent | 1e3beb327d54832192cbf2bb12e00def2ba30625 (diff) | |
download | guix-391251a74ca230555277055e2ae23c59ee49116b.tar.gz guix-391251a74ca230555277055e2ae23c59ee49116b.zip |
gnu: Remove python2-tzdata.
* gnu/packages/time.scm (python2-tzdata): Delete variable.
-rw-r--r-- | gnu/packages/time.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 779b6cb495..9f41f352bb 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -119,9 +119,6 @@ expressions.") "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") |