fixup zope_configuration

This commit is contained in:
Frederik Rietdijk 2018-11-24 10:54:43 +01:00
parent da6a111be1
commit 9d30105575

View File

@ -3,6 +3,8 @@
, fetchPypi
, zope_i18nmessageid
, zope_schema
, zope_testrunner
, manuel
, isPy3k
}:
@ -15,11 +17,12 @@ buildPythonPackage rec {
sha256 = "ddd162b7b9379c0f5cc060cbf2af44133396b7d26eaee9c7cf6e196d87e9aeb3";
};
checkInputs = [ zope_testrunner manuel ];
propagatedBuildInputs = [ zope_i18nmessageid zope_schema ];
# Trouble with implicit namespace packages on Python3
# see https://github.com/pypa/setuptools/issues/912
doCheck = !isPy3k;
# Need to investigate how to run the tests with zope-testrunner
doCheck = false;
meta = with stdenv.lib; {
description = "Zope Configuration Markup Language (ZCML)";