~ruther/guix-local

f28522d35f9fe0c81a5b6403a224ddcfa5fe23f2 — Ricardo Wurmus 1 year, 3 months ago e8ce48e
gnu: python-agate-sql: Drop input labels.

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

Change-Id: Idf28f9d92dbca6dbde62fe8f0e356cd58dc703b1
1 files changed, 6 insertions(+), 6 deletions(-)

M gnu/packages/wireservice.scm
M gnu/packages/wireservice.scm => gnu/packages/wireservice.scm +6 -6
@@ 144,13 144,13 @@ code.  Agate was previously known as journalism.")))
              (base32
               "112q523w4jf3k8p4ynvjzfqa4j32ri34h2ppvicialp2lz5drvf0"))))
   (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-crate" ,python-crate)
      ("python-sqlalchemy" ,python-sqlalchemy)))
    (list python-agate
          python-crate
          python-sqlalchemy))
   (home-page "https://agate-sql.rtfd.org")
   (synopsis "SQL read/write support to agate")
   (description "@code{agatesql} uses a monkey patching pattern to add SQL