mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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:
parent
9ec3a75daa
commit
a32f0741b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user