python310Packages.django-oauth-toolkit: relax 'django' dependency
This commit is contained in:
parent
f2a7a77151
commit
334ca79a7b
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, pythonRelaxDepsHook
|
||||
|
||||
# propagates
|
||||
, django
|
||||
@ -39,6 +40,11 @@ buildPythonPackage rec {
|
||||
requests
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ pythonRelaxDepsHook ];
|
||||
pythonRelaxDeps = [
|
||||
"django"
|
||||
];
|
||||
|
||||
DJANGO_SETTINGS_MODULE = "tests.settings";
|
||||
|
||||
checkInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user