mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: python-agate-sql: Drop input labels.
* gnu/packages/wireservice.scm (python-agate-sql) [native-inputs]: Drop labels. [propagated-inputs]: Same. Change-Id: Idf28f9d92dbca6dbde62fe8f0e356cd58dc703b1
This commit is contained in:
parent
bbc0e42701
commit
516b4bf479
1 changed files with 6 additions and 6 deletions
|
@ -144,13 +144,13 @@ (define-public python-agate-sql
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue