From: rhatto Date: Mon, 17 Nov 2008 15:18:45 +0000 (+0000) Subject: twisted: added zope.interface as required dependency X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bb2491a0a0ab69e636eeddf3958c6487b254abd1;p=mkbuilds.git twisted: added zope.interface as required dependency git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@247 18ef50b8-d735-4ccd-97c1-689132df3dd9 --- diff --git a/dev/python/twisted/Twisted.mkbuild b/dev/python/twisted/Twisted.mkbuild index 93a2a21..0d6bf26 100644 --- a/dev/python/twisted/Twisted.mkbuild +++ b/dev/python/twisted/Twisted.mkbuild @@ -52,7 +52,7 @@ # Dependency list input # Enter string: "dependency_1 [condiction_1] [versio_1]: dependency_2 [condiction_2] [versio_2]" # Example: -[[SLACK REQUIRED]]="glibc-solibs: python" +[[SLACK REQUIRED]]="glibc-solibs: python: zope.interface" # # Decompress program @@ -151,5 +151,5 @@ twisted: #>make_package # Build and install package -python setup.py build install --root=$PKG +python setup.py build install --root=$PKG || exit $ERROR_INSTALL #