~ruther/guix-local

12e3d5f2bb27a13d80b9147a3095ff0532969ffd — Ricardo Wurmus 1 year, 5 months ago f28522d
gnu: python-agate-dbf: Drop input labels.

* gnu/packages/wireservice.scm (python-agate-dbf)
[native-inputs]: Drop labels.
[propagated-inputs]: Same.

Change-Id: I85e90140f2258775c3d9ec016ae7518f9598ed9e
1 files changed, 5 insertions(+), 5 deletions(-)

M gnu/packages/wireservice.scm
M gnu/packages/wireservice.scm => gnu/packages/wireservice.scm +5 -5
@@ 170,12 170,12 @@ support to all @code{agate.Table} instances.")))
              (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