8 buildPythonPackage rec {
9 pname = "zope-deferredimport";
13 pname = "zope.deferredimport";
15 sha256 = "2ae3257256802787e52ad840032f39c1496d3ce0b7e11117f663420e4a4c9add";
18 propagatedBuildInputs = [ zope_proxy ];
20 checkInputs = [ zope_testrunner ];
23 zope-testrunner --test-path=src []
29 description = "Allows you to perform imports names that will only be resolved when used in the code";
30 homepage = "https://github.com/zopefoundation/zope.deferredimport";
31 license = licenses.zpl21;