diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:15:02 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:33 -0400 |
commit | 17143c8c4d31a70349262976326bb1017ebee40b (patch) | |
tree | 1abc56128bb2e5ff0a4f21e15f65f02bd56099a5 | |
parent | 041c048119f13e40527ccc20a0819fce4c8663a9 (diff) | |
download | guix-17143c8c4d31a70349262976326bb1017ebee40b.tar.gz guix-17143c8c4d31a70349262976326bb1017ebee40b.zip |
gnu: Remove python2-parsedatetime.
* gnu/packages/time.scm (python2-parsedatetime): 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 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") |