python.pkgs.zope_component: update propagatedBuildInputs
This commit is contained in:
parent
5c1367a439
commit
6d021d4923
@ -1,11 +1,13 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, zope_configuration
|
, zope-deferredimport
|
||||||
|
, zope_deprecation
|
||||||
, zope_event
|
, zope_event
|
||||||
, zope_i18nmessageid
|
, zope-hookable
|
||||||
, zope_interface
|
, zope_interface
|
||||||
, zope_testing
|
, zope_configuration
|
||||||
|
, zope_i18nmessageid
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -17,7 +19,10 @@ buildPythonPackage rec {
|
|||||||
sha256 = "6edfd626c3b593b72895a8cfcf79bff41f4619194ce996a85bce31ac02b94e55";
|
sha256 = "6edfd626c3b593b72895a8cfcf79bff41f4619194ce996a85bce31ac02b94e55";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ zope_configuration zope_event zope_i18nmessageid zope_interface zope_testing ];
|
propagatedBuildInputs = [
|
||||||
|
zope-deferredimport zope_deprecation zope_event zope-hookable zope_interface
|
||||||
|
zope_configuration zope_i18nmessageid
|
||||||
|
];
|
||||||
|
|
||||||
# ignore tests because of a circular dependency on zope_security
|
# ignore tests because of a circular dependency on zope_security
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user