python310Packages.django-oauth-toolkit: relax 'django' dependency

This commit is contained in:
Bruno BELANYI 2022-09-16 17:40:19 +02:00
parent f2a7a77151
commit 334ca79a7b

View File

@ -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 = [