mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -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
|
(base32
|
||||||
"1wqyml7f70hr7zhgwvwqy4bdshlbcmp4jmyc5y12jyx10xp3sk7c"))))
|
"1wqyml7f70hr7zhgwvwqy4bdshlbcmp4jmyc5y12jyx10xp3sk7c"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("locales" ,python-agate-locales)
|
(list (libc-utf8-locales-for-target)
|
||||||
("python-nose" ,python-nose)
|
python-agate-locales
|
||||||
("python-sphinx" ,python-sphinx)
|
python-nose
|
||||||
("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)
|
python-sphinx
|
||||||
("python-csselect" ,python-cssselect)
|
python-sphinx-rtd-theme
|
||||||
("python-lxml" ,python-lxml)))
|
python-cssselect
|
||||||
|
python-lxml))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-babel" ,python-babel)
|
(list python-babel
|
||||||
("python-isodate" ,python-isodate)
|
python-isodate
|
||||||
("python-leather" ,python-leather)
|
python-leather
|
||||||
("python-parsedatetime" ,python-parsedatetime)
|
python-parsedatetime
|
||||||
("python-pytimeparse" ,python-pytimeparse)
|
python-pytimeparse
|
||||||
("python-six" ,python-six)
|
python-six
|
||||||
("python-slugify" ,python-slugify)))
|
python-slugify))
|
||||||
(home-page "https://agate.rtfd.org")
|
(home-page "https://agate.rtfd.org")
|
||||||
(synopsis "Data analysis library")
|
(synopsis "Data analysis library")
|
||||||
(description "Agate is a Python data analysis library. It is an
|
(description "Agate is a Python data analysis library. It is an
|
||||||
|
|
Loading…
Reference in a new issue