mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Remove python2-parsedatetime.
* gnu/packages/time.scm (python2-parsedatetime): Delete variable.
This commit is contained in:
parent
041c048119
commit
17143c8c4d
1 changed files with 0 additions and 3 deletions
|
@ -294,9 +294,6 @@ (define-public python-parsedatetime
|
|||
"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")
|
||||
|
|
Loading…
Reference in a new issue