python312Packages.django-two-factor-auth: relax qrcode constraint

and some light modernization.
This commit is contained in:
Martin Weinelt 2024-10-22 00:54:23 +02:00
parent 160bf0bba0
commit 47a2622bf2
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -29,13 +29,14 @@ buildPythonPackage rec {
hash = "sha256-Sr7L3ioeofyADHb1NSgs0GmVbzX7rro7yhhG9Gq6GJE=";
};
nativeBuildInputs = [
setuptools-scm
build-system = [ setuptools-scm ];
pythonRelaxDeps = [
"django-phonenumber-field"
"qrcode"
];
pythonRelaxDeps = [ "django-phonenumber-field" ];
propagatedBuildInputs = [
dependencies = [
django
django-formtools
django-otp