gnu: python-sqlalchemy-utils: Propagate existing inputs.
* gnu/packages/python.scm (python-sqlalchemy-utils)[inputs]: Move to ... [propagated-inputs]: ... here. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
462bf27157
commit
c22b4f87c2
|
@ -4001,7 +4001,7 @@ both of which are installed automatically if you install this library.")
|
||||||
(base32
|
(base32
|
||||||
"1zbmmh7n8m01ikizn2mj1mfwch26nsr1awv9mvskqry7av0mpy98"))))
|
"1zbmmh7n8m01ikizn2mj1mfwch26nsr1awv9mvskqry7av0mpy98"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(propagated-inputs
|
||||||
`(("python-six" ,python-six)
|
`(("python-six" ,python-six)
|
||||||
("python-sqlalchemy" ,python-sqlalchemy)))
|
("python-sqlalchemy" ,python-sqlalchemy)))
|
||||||
(home-page "https://github.com/kvesteri/sqlalchemy-utils")
|
(home-page "https://github.com/kvesteri/sqlalchemy-utils")
|
||||||
|
|
Loading…
Reference in New Issue