diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:49:57 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:40 -0400 |
commit | 9257f235f09ce9da68b4329ee1ad888eb8e40f52 (patch) | |
tree | 4b578e75f6f2a41d3b38a0f438c1068d306e271b /gnu | |
parent | 89f3f16a8435145cbc75d040441a498e6497873a (diff) |
gnu: Remove python2-isodate.
* gnu/packages/time.scm (python2-isodate): Delete variable.
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 9f41f352bb..2930d1f3a7 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -378,9 +378,6 @@ under several distributions that's hard or impossible to figure out.") ISO 8601 dates, time and duration.") (license bsd-3))) -(define-public python2-isodate - (package-with-python2 python-isodate)) - (define-public python-iso8601 (package (name "python-iso8601") |