Skip to content

Commit

Permalink
python312Packages.flask-security-too: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Jul 10, 2024
1 parent bce3f6d commit f442c07
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
mongoengine,
mongomock,
peewee,
pony,
pytestCheckHook,
zxcvbn,
}:
Expand All @@ -59,9 +58,11 @@ buildPythonPackage rec {
hash = "sha256-YrGTl+jXGo1MuNwNRAnMehSXmCVJAwOWlgruUYdV5YM=";
};

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

propagatedBuildInputs = [
pythonRelaxDeps = [ "flask-login" ];

dependencies = [
email-validator
flask
flask-login
Expand Down Expand Up @@ -102,7 +103,6 @@ buildPythonPackage rec {
mongoengine
mongomock
peewee
pony
pytestCheckHook
zxcvbn
freezegun
Expand Down

0 comments on commit f442c07

Please sign in to comment.