python312Packages.django-two-factor-auth: relax qrcode constraint
and some light modernization.
This commit is contained in:
parent
160bf0bba0
commit
47a2622bf2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user