poetry: fix up dependencies

> Checking runtime dependencies for poetry-1.7.1-py3-none-any.whl
>   - fastjsonschema not installed
>   - platformdirs<4.0.0,>=3.0.0 not satisfied by version 4.0.0
This commit is contained in:
Martin Weinelt 2024-01-12 16:06:17 +01:00 committed by Robert Schütz
parent 0b01f6d8a5
commit 7995c92514

View File

@ -10,8 +10,8 @@
, cleo
, crashtest
, dulwich
, fastjsonschema
, installer
, jsonschema
, keyring
, packaging
, pexpect
@ -59,8 +59,8 @@ buildPythonPackage rec {
];
pythonRelaxDeps = [
# only pinned to avoid dependency on Rust
"jsonschema"
# platformdirs 4.x is backwards compatible; https://github.com/python-poetry/poetry/commit/eb80d10846f7336b0b2a66ce2964e72dffee9a1c
"platformdirs"
];
propagatedBuildInputs = [
@ -69,8 +69,8 @@ buildPythonPackage rec {
cleo
crashtest
dulwich
fastjsonschema
installer
jsonschema
keyring
packaging
pexpect