Skip to content

Commit

Permalink
poetry: fix up dependencies
Browse files Browse the repository at this point in the history
> 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
  • Loading branch information
mweinelt authored and dotlambda committed Jan 12, 2024
1 parent 0b01f6d commit 7995c92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/package-management/poetry/unwrapped.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
, cleo
, crashtest
, dulwich
, fastjsonschema
, installer
, jsonschema
, keyring
, packaging
, pexpect
Expand Down Expand Up @@ -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 = [
Expand All @@ -69,8 +69,8 @@ buildPythonPackage rec {
cleo
crashtest
dulwich
fastjsonschema
installer
jsonschema
keyring
packaging
pexpect
Expand Down

0 comments on commit 7995c92

Please sign in to comment.