mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: python-agate-dbf: Drop input labels.
* gnu/packages/wireservice.scm (python-agate-dbf) [native-inputs]: Drop labels. [propagated-inputs]: Same. Change-Id: I85e90140f2258775c3d9ec016ae7518f9598ed9e
This commit is contained in:
parent
516b4bf479
commit
6f2fea9793
1 changed files with 5 additions and 5 deletions
|
@ -170,12 +170,12 @@ (define-public python-agate-dbf
|
|||
(base32
|
||||
"03l3qlyw7588jhjjsiy15valqlzs8gjai8f74v18zv2za0zjqbzl"))))
|
||||
(native-inputs
|
||||
`(("python-nose" ,python-nose)
|
||||
("python-sphinx" ,python-sphinx)
|
||||
("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)))
|
||||
(list python-nose
|
||||
python-sphinx
|
||||
python-sphinx-rtd-theme))
|
||||
(propagated-inputs
|
||||
`(("python-agate" ,python-agate)
|
||||
("python-dbfread" ,python-dbfread)))
|
||||
(list python-agate
|
||||
python-dbfread))
|
||||
(home-page "https://agate-dbf.rtfd.org")
|
||||
(synopsis "Add read support for dbf files to agate")
|
||||
(description "@code{agatedbf} uses a monkey patching pattern to add read
|
||||
|
|
Loading…
Reference in a new issue