python312Packages.flask-security-too: fix build
relax dependency which is actually newer Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
@@ -61,6 +61,9 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
|
||||
# flask-login>=0.6.2 not satisfied by version 0.7.0.dev0
|
||||
pythonRelaxDeps = [ "flask-login" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
email-validator
|
||||
flask
|
||||
|
||||
Reference in New Issue
Block a user