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:
parent
7bd190a07e
commit
7b3717d41e
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue