devpi-client: check-manifest and pkginfo needed at runtime
This packages are required by the devpi upload command.
This commit is contained in:
parent
f67748ecda
commit
5759b6f16d
@ -32,9 +32,9 @@ buildPythonApplication rec {
|
|||||||
sha256 = "74ff365efeaa7b78c9eb7f6d7bd349ccd6252a6cdf879bcb4137ee5ff0fb127a";
|
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 = [
|
checkInputs = [
|
||||||
pytest pytest-flake8 webtest mock
|
pytest pytest-flake8 webtest mock
|
||||||
|
Loading…
Reference in New Issue
Block a user