5 , djangorestframework, python, mock
8 buildPythonPackage rec {
9 pname = "django-filter";
13 inherit pname version;
14 sha256 = "84e9d5bb93f237e451db814ed422a3a625751cbc9968b484ecc74964a8696b06";
17 propagatedBuildInputs = [ django ];
19 # Tests fail (needs the 'crispy_forms' module not packaged on nixos)
21 checkInputs = [ djangorestframework django mock ];
24 ${python.interpreter} runtests.py tests
29 description = "Reusable Django application for allowing users to filter querysets dynamically";
30 homepage = "https://pypi.org/project/django-filter/";
31 license = licenses.bsd3;
32 maintainers = with maintainers; [ mmai ];