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 15 beautifulsoup4, 16 16 pytestCheckHook, 17 17 pytest-django, 18 + mkdocs, 18 19 }: 19 20 20 21 buildPythonPackage rec { ··· 41 42 beautifulsoup4 42 43 pytestCheckHook 43 44 pytest-django 45 + mkdocs # only needed for jinja2, we don't build docs 44 46 ]; 45 47 46 48 env.DJANGO_SETTINGS_MODULE = "tests.settings.dev";