Merge pull request #280872 from vcunat/p/devpi

python3Packages.devpi-common: add missing dependency
This commit is contained in:
Fabian Affolter 2024-01-14 12:23:43 +01:00 committed by GitHub
commit 2ad2b3f663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
, setuptools
, setuptools-changelog-shortener
, requests
, tomli
, pytestCheckHook
, lazy
}:
@ -27,6 +28,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
requests
lazy
tomli
];
nativeCheckInputs = [