python3Packages.django-pattern-library: fix build, add missing dependency (#439864)

authored by Peder Bergebakken Sundt and committed by GitHub 6f1c0bf5 8b4ad05b

+2
+2
pkgs/development/python-modules/django-pattern-library/default.nix
··· 15 beautifulsoup4, 16 pytestCheckHook, 17 pytest-django, 18 }: 19 20 buildPythonPackage rec { ··· 41 beautifulsoup4 42 pytestCheckHook 43 pytest-django 44 ]; 45 46 env.DJANGO_SETTINGS_MODULE = "tests.settings.dev";
··· 15 beautifulsoup4, 16 pytestCheckHook, 17 pytest-django, 18 + mkdocs, 19 }: 20 21 buildPythonPackage rec { ··· 42 beautifulsoup4 43 pytestCheckHook 44 pytest-django 45 + mkdocs # only needed for jinja2, we don't build docs 46 ]; 47 48 env.DJANGO_SETTINGS_MODULE = "tests.settings.dev";