1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

python312Packages.flask-security-too: fix build

relax dependency which is actually newer

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Co-authored-by: Robert Schütz <rschuetz17@gmail.com>
This commit is contained in:
Florian Brandes 2024-07-07 08:32:57 +02:00
parent 7bd190a07e
commit 7b3717d41e
No known key found for this signature in database
GPG key ID: 074048E893713170

View file

@ -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