pythonPackages.zconfig: Add missing build-time only dependencies

This commit is contained in:
adisbladis 2017-07-22 10:20:26 +08:00 committed by Frederik Rietdijk
parent 00bf3a9dca
commit b5f436cf0e

View File

@ -2,6 +2,8 @@
, fetchPypi
, buildPythonPackage
, zope_testrunner
, manuel
, docutils
}:
buildPythonPackage rec {
@ -16,6 +18,7 @@ buildPythonPackage rec {
patches = [ ./skip-broken-test.patch ];
buildInputs = [ manuel docutils ];
propagatedBuildInputs = [ zope_testrunner ];
meta = with stdenv.lib; {