Merge pull request #280522 from mweinelt/poetry-deps

poetry: fix up dependencies
This commit is contained in:
Robert Schütz 2024-01-13 23:12:55 +01:00 committed by GitHub
commit 48eaf25070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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