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:
Ricardo Wurmus 2025-01-11 14:01:34 +01:00
parent 516b4bf479
commit 6f2fea9793
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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