Skip to content

Commit

Permalink
python312Packages.flask-security-too: fix build
Browse files Browse the repository at this point in the history
relax dependency which is actually newer

Signed-off-by: Florian Brandes <[email protected]>
Co-authored-by: Robert Schütz <[email protected]>
  • Loading branch information
gador and dotlambda committed Jul 10, 2024
1 parent 7bd190a commit 7b3717d
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,12 @@ buildPythonPackage rec {
hash = "sha256-YrGTl+jXGo1MuNwNRAnMehSXmCVJAwOWlgruUYdV5YM=";
};

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

propagatedBuildInputs = [
# flask-login>=0.6.2 not satisfied by version 0.7.0.dev0
pythonRelaxDeps = [ "flask-login" ];

dependencies = [
email-validator
flask
flask-login
Expand Down

0 comments on commit 7b3717d

Please sign in to comment.