mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-agate: Fix tests.
* gnu/packages/wireservice.scm (python-agate)[native-inputs]: Add '(libc-utf8-locales-for-target)'. Remove labels. [propagated-inputs]: Remove labels. Change-Id: I85c5fba60e96c4e3bd52f82e8cad9c3ed23d5661
This commit is contained in:
parent
0e2c312014
commit
9a03ab25ba
1 changed files with 14 additions and 13 deletions
|
@ -109,20 +109,21 @@ (define-public python-agate
|
|||
(base32
|
||||
"1wqyml7f70hr7zhgwvwqy4bdshlbcmp4jmyc5y12jyx10xp3sk7c"))))
|
||||
(native-inputs
|
||||
`(("locales" ,python-agate-locales)
|
||||
("python-nose" ,python-nose)
|
||||
("python-sphinx" ,python-sphinx)
|
||||
("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)
|
||||
("python-csselect" ,python-cssselect)
|
||||
("python-lxml" ,python-lxml)))
|
||||
(list (libc-utf8-locales-for-target)
|
||||
python-agate-locales
|
||||
python-nose
|
||||
python-sphinx
|
||||
python-sphinx-rtd-theme
|
||||
python-cssselect
|
||||
python-lxml))
|
||||
(propagated-inputs
|
||||
`(("python-babel" ,python-babel)
|
||||
("python-isodate" ,python-isodate)
|
||||
("python-leather" ,python-leather)
|
||||
("python-parsedatetime" ,python-parsedatetime)
|
||||
("python-pytimeparse" ,python-pytimeparse)
|
||||
("python-six" ,python-six)
|
||||
("python-slugify" ,python-slugify)))
|
||||
(list python-babel
|
||||
python-isodate
|
||||
python-leather
|
||||
python-parsedatetime
|
||||
python-pytimeparse
|
||||
python-six
|
||||
python-slugify))
|
||||
(home-page "https://agate.rtfd.org")
|
||||
(synopsis "Data analysis library")
|
||||
(description "Agate is a Python data analysis library. It is an
|
||||
|
|
Loading…
Reference in a new issue