mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
pinnwand: Relax sqlalchemy constraint
Package test and integration tests are passing and I reported that success story upstream.
This commit is contained in:
parent
ddb5c51aab
commit
5f642aa439
@ -21,6 +21,11 @@ with python3.pkgs; buildPythonApplication rec {
|
||||
poetry-core
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'sqlalchemy = "^1.4"' 'sqlalchemy = "*"'
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
click
|
||||
docutils
|
||||
|
Loading…
Reference in New Issue
Block a user