mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
python3Packages.django-pattern-library: fix build, add missing dependency (#439864)
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
beautifulsoup4,
|
||||
pytestCheckHook,
|
||||
pytest-django,
|
||||
mkdocs,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -41,6 +42,7 @@ buildPythonPackage rec {
|
||||
beautifulsoup4
|
||||
pytestCheckHook
|
||||
pytest-django
|
||||
mkdocs # only needed for jinja2, we don't build docs
|
||||
];
|
||||
|
||||
env.DJANGO_SETTINGS_MODULE = "tests.settings.dev";
|
||||
|
||||
Reference in New Issue
Block a user