Unverified Commit 47a2622b authored by Martin Weinelt's avatar Martin Weinelt
Browse files

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

and some light modernization.
parent 160bf0bb
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -29,13 +29,14 @@ buildPythonPackage rec {
    hash = "sha256-Sr7L3ioeofyADHb1NSgs0GmVbzX7rro7yhhG9Gq6GJE=";
  };

  nativeBuildInputs = [
    setuptools-scm
  ];
  build-system = [ setuptools-scm ];

  pythonRelaxDeps = [ "django-phonenumber-field" ];
  pythonRelaxDeps = [
    "django-phonenumber-field"
    "qrcode"
  ];

  propagatedBuildInputs = [
  dependencies = [
    django
    django-formtools
    django-otp