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
, 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 = [