3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-django-filter: Add inputs for tests.

* gnu/packages/django.scm (python-django-filter)[native-inputs]: Add
python-django, python-mock.
This commit is contained in:
Efraim Flashner 2016-10-27 22:18:30 +03:00
parent 13c4d8746b
commit fa7cd33378
Signed by untrusted user: efraim
GPG key ID: F4C1D3917EACEE93

View file

@ -176,6 +176,9 @@ useful tools for testing Django applications and projects.")
(base32
"0f78hmk8c903zwfzlsiw7ivgag81ymmb5hi73rzxbhnlg2v0l3fx"))))
(build-system python-build-system)
(native-inputs
`(("python-django" ,python-django)
("python-mock" ,python-mock)))
(home-page "https://django-filter.readthedocs.io/en/latest/")
(synopsis "Reusable Django application to filter querysets dynamically")
(description