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:
Danny Milosavljevic 2016-11-05 12:27:05 +01:00 committed by Marius Bakke
parent 462bf27157
commit c22b4f87c2
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -4001,7 +4001,7 @@ both of which are installed automatically if you install this library.")
(base32
"1zbmmh7n8m01ikizn2mj1mfwch26nsr1awv9mvskqry7av0mpy98"))))
(build-system python-build-system)
(inputs
(propagated-inputs
`(("python-six" ,python-six)
("python-sqlalchemy" ,python-sqlalchemy)))
(home-page "https://github.com/kvesteri/sqlalchemy-utils")