diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-01 03:21:09 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:59 -0400 |
commit | 69e5efbcaf3be1822fd7ba9ece9842da0c0c95a4 (patch) | |
tree | 2c5f7ec094a1c252a9ece9fb39931182d718f1c4 /gnu/packages/time.scm | |
parent | cd78abdbe7b26e8e31b5918760f2b2b3948008dc (diff) | |
download | guix-69e5efbcaf3be1822fd7ba9ece9842da0c0c95a4.tar guix-69e5efbcaf3be1822fd7ba9ece9842da0c0c95a4.tar.gz |
gnu: Remove python2-pytz.
* gnu/packages/time.scm (python2-pytz): Delete variable.
Diffstat (limited to 'gnu/packages/time.scm')
-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 314ffcc18f..4aba10e01e 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -140,9 +140,6 @@ higher. It also solves the issue of ambiguous times at the end of daylight 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") |