summaryrefslogtreecommitdiff
path: root/gnu/packages/time.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:15:02 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:33 -0400
commit17143c8c4d31a70349262976326bb1017ebee40b (patch)
tree1abc56128bb2e5ff0a4f21e15f65f02bd56099a5 /gnu/packages/time.scm
parent041c048119f13e40527ccc20a0819fce4c8663a9 (diff)
downloadguix-patches-17143c8c4d31a70349262976326bb1017ebee40b.tar
guix-patches-17143c8c4d31a70349262976326bb1017ebee40b.tar.gz
gnu: Remove python2-parsedatetime.
* gnu/packages/time.scm (python2-parsedatetime): Delete variable.
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 496177323e..7d1e296176 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -294,9 +294,6 @@ datetime module, available in Python 2.3+.")
"Parse human-readable date/time text.")
(license asl2.0)))
-(define-public python2-parsedatetime
- (package-with-python2 python-parsedatetime))
-
(define-public python-ciso8601
(package
(name "python-ciso8601")