Merge pull request #118278 from nlewo/devpi

devpi-client: check-manifest and pkginfo needed at runtime
This commit is contained in:
Sandro 2021-04-02 00:19:03 +02:00 committed by GitHub
commit 20ab57778b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,9 +32,9 @@ buildPythonApplication rec {
sha256 = "74ff365efeaa7b78c9eb7f6d7bd349ccd6252a6cdf879bcb4137ee5ff0fb127a";
};
buildInputs = [ glibcLocales pkginfo check-manifest ];
buildInputs = [ glibcLocales ];
propagatedBuildInputs = [ py devpi-common pluggy setuptools ];
propagatedBuildInputs = [ py devpi-common pluggy setuptools check-manifest pkginfo ];
checkInputs = [
pytest pytest-flake8 webtest mock