me
/
guix
Archived
1
0
Fork 0

gnu: python-sqlalchemy-utils: Use python-pytest.

* gnu/packages/python.scm (python-sqlalchemy-utils)[native-inputs]: Add
python-pytest.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
master
Danny Milosavljevic 2016-11-05 12:27:06 +01:00 committed by Marius Bakke
parent c22b4f87c2
commit 26d07efb79
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -4004,6 +4004,8 @@ both of which are installed automatically if you install this library.")
(propagated-inputs
`(("python-six" ,python-six)
("python-sqlalchemy" ,python-sqlalchemy)))
(native-inputs
`(("python-pytest" ,python-pytest)))
(home-page "https://github.com/kvesteri/sqlalchemy-utils")
(synopsis "Various utility functions for SQLAlchemy")
(description