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