mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 23:53:26 +00:00
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:
parent
0b01f6d8a5
commit
7995c92514
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user