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
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 3 additions and 0 deletions

View File

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