diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-10-27 22:18:30 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-10-27 22:18:30 +0300 |
commit | fa7cd333787758d536cfb1918e181682ae5a971b (patch) | |
tree | 35ea292b1103db07d6f5cb999215a92b04346b1f /gnu/packages/django.scm | |
parent | 13c4d8746be63e8cd4b49c52bb9bbfc873b324dd (diff) | |
download | patches-fa7cd333787758d536cfb1918e181682ae5a971b.tar patches-fa7cd333787758d536cfb1918e181682ae5a971b.tar.gz |
gnu: python-django-filter: Add inputs for tests.
* gnu/packages/django.scm (python-django-filter)[native-inputs]: Add
python-django, python-mock.
Diffstat (limited to 'gnu/packages/django.scm')
-rw-r--r-- | gnu/packages/django.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 8d4a7e4753..6d0150aaec 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -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 |