summaryrefslogtreecommitdiff
path: root/gnu/packages/time.scm
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2021-06-08 16:37:51 +0200
committerLeo Famulari <leo@famulari.name>2021-06-08 13:10:28 -0400
commita9eb39d4eb7a2679fdf387037e2501b054fbaab3 (patch)
treea55a641be7c5d395db731a5b52487c7b3ef8e541 /gnu/packages/time.scm
parent79925c2271c5b7adad885fab569632491b911e63 (diff)
downloadguix-patches-a9eb39d4eb7a2679fdf387037e2501b054fbaab3.tar
guix-patches-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/packages/time.scm')
-rw-r--r--gnu/packages/time.scm3
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")