pinnwand: Relax sqlalchemy constraint

Package test and integration tests are passing and I reported that
success story upstream.
This commit is contained in:
Martin Weinelt 2023-03-01 21:22:16 +01:00
parent ddb5c51aab
commit 5f642aa439

View File

@ -21,6 +21,11 @@ with python3.pkgs; buildPythonApplication rec {
poetry-core
];
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'sqlalchemy = "^1.4"' 'sqlalchemy = "*"'
'';
propagatedBuildInputs = [
click
docutils