5 , djangorestframework, python, mock
8 buildPythonPackage rec {
9 pname = "django-filter";
13 inherit pname version;
14 sha256 = "sha256-7Uc7duhPfoOyURuyBQw++zbRNSB9ASjf465LNuNZS6U=";
17 propagatedBuildInputs = [ django ];
19 pythonImportsCheck = [
23 # Tests fail (needs the 'crispy_forms' module not packaged on nixos)
34 ${python.interpreter} runtests.py tests
39 description = "Reusable Django application for allowing users to filter querysets dynamically";
40 homepage = "https://pypi.org/project/django-filter/";
41 license = licenses.bsd3;
42 maintainers = with maintainers; [ mmai ];