mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: Add python2-parsedatetime.
* gnu/packages/python.scm (python2-parsedatetime): New variable.
This commit is contained in:
parent
4df1e30da8
commit
38b8f9b21b
1 changed files with 3 additions and 0 deletions
|
@ -980,6 +980,9 @@ 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-pandas
|
||||
(package
|
||||
(name "python-pandas")
|
||||
|
|
Loading…
Reference in a new issue