gnu: Remove python2-monotonic.

* gnu/packages/time.scm (python2-monotonic): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:14:58 -04:00
parent 96254cbd02
commit 041c048119
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -436,9 +436,6 @@ (define-public python-monotonic
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")