diff -r 2d6e92fb19e9 -r 2ee55ffac580 Makefile --- a/Makefile Tue Oct 04 00:23:20 2011 +0200 +++ b/Makefile Fri Oct 07 01:06:34 2011 +0200 @@ -117,6 +117,11 @@ unzip -d $(tmp)/pw32 $$dld ; [ $$? -eq 1 ] #silence error unziping .exe cp -R $(tmp)/pw32/PLATLIB/* $(pysite) + # zope.interface + $(call get_src_pypi,/2.7/z/zope.interface,zope.interface-3.8.0-py2.7-win32.egg)\ + unzip -d $(tmp) $$dld + cp -R $(tmp)/zope $(pysite) + # Twisted $(call get_src_pypi,2.7/T/Twisted,Twisted-11.0.0.winxp32-py2.7.msi)\ $(msiexec) /qn /a $$dld TARGETDIR=.\\$(pydir)