Merge pull request #280872 from vcunat/p/devpi
python3Packages.devpi-common: add missing dependency
This commit is contained in:
commit
2ad2b3f663
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