summaryrefslogtreecommitdiff
path: root/gnu/packages/django.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-10-27 22:18:30 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-10-27 22:18:30 +0300
commitfa7cd333787758d536cfb1918e181682ae5a971b (patch)
tree35ea292b1103db07d6f5cb999215a92b04346b1f /gnu/packages/django.scm
parent13c4d8746be63e8cd4b49c52bb9bbfc873b324dd (diff)
downloadpatches-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.scm3
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