diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:14:58 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:33 -0400 |
commit | 041c048119f13e40527ccc20a0819fce4c8663a9 (patch) | |
tree | 6dbc6a80b9d0a21c90a0b03508b2851737d2eee0 /gnu/packages/time.scm | |
parent | 96254cbd02b9f4d24bbfff6b6027862ce5e3d193 (diff) |
gnu: Remove python2-monotonic.
* gnu/packages/time.scm (python2-monotonic): Delete variable.
Diffstat (limited to 'gnu/packages/time.scm')
-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 ca5e462680..496177323e 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -436,9 +436,6 @@ ISO 8601 dates, time and duration.") value (in fractional seconds) of a clock which never goes backwards.") (license asl2.0))) -(define-public python2-monotonic - (package-with-python2 python-monotonic)) - (define-public python-pyrfc3339 (package (name "python-pyrfc3339") |