pinnwand: relax docutils constraint

Checking runtime dependencies for pinnwand-1.4.0-py3-none-any.whl
  - docutils<0.20,>=0.19 not satisifeid by version 0.20.1
This commit is contained in:
Martin Weinelt 2023-11-30 22:58:53 +01:00
parent 9ec3a75daa
commit a32f0741b5
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -18,12 +18,13 @@ with python3.pkgs; buildPythonApplication rec {
nativeBuildInputs = [
poetry-core
pythonRelaxDepsHook
];
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'sqlalchemy = "^1.4"' 'sqlalchemy = "*"'
'';
pythonRelaxDeps = [
"docutils"
"sqlalchemy"
];
propagatedBuildInputs = [
click