pythonPackages.zconfig: Add missing build-time only dependencies
This commit is contained in:
parent
00bf3a9dca
commit
b5f436cf0e
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user