diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-06-08 16:37:51 +0200 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-06-08 13:10:28 -0400 |
commit | a9eb39d4eb7a2679fdf387037e2501b054fbaab3 (patch) | |
tree | a55a641be7c5d395db731a5b52487c7b3ef8e541 /gnu | |
parent | 79925c2271c5b7adad885fab569632491b911e63 (diff) | |
download | guix-a9eb39d4eb7a2679fdf387037e2501b054fbaab3.tar.gz |
gnu: python2-pendulum: Remove package.
* gnu/packages/time.scm (python2-pendulum): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu')
-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 d6ebb59a1e..651e2e3a29 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -169,9 +169,6 @@ standard @code{datetime} all @code{datetime} instances can be replaced by Pendulum instances.") (license expat))) -(define-public python2-pendulum - (package-with-python2 python-pendulum)) - (define-public python-dateutil (package (name "python-dateutil") |