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
|
||||||
, setuptools-changelog-shortener
|
, setuptools-changelog-shortener
|
||||||
, requests
|
, requests
|
||||||
|
, tomli
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, lazy
|
, lazy
|
||||||
}:
|
}:
|
||||||
|
@ -27,6 +28,7 @@ buildPythonPackage rec {
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
requests
|
requests
|
||||||
lazy
|
lazy
|
||||||
|
tomli
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
|
|
Loading…
Reference in a new issue