python3Packages.devpi-common: add missing dependency
https://cache.nixos.org/log/dmwmpzvirbfg3crw0dpmzi82lb0dj1gd-python3.11-devpi-common-4.0.3.drv Now devpi-server and devpi-client build again.
This commit is contained in:
parent
dd5621df6d
commit
89cf670d33
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
, setuptools
|
||||
, setuptools-changelog-shortener
|
||||
, requests
|
||||
, tomli
|
||||
, pytestCheckHook
|
||||
, lazy
|
||||
}:
|
||||
|
@ -27,6 +28,7 @@ buildPythonPackage rec {
|
|||
propagatedBuildInputs = [
|
||||
requests
|
||||
lazy
|
||||
tomli
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
|
Loading…
Reference in a new issue