]> gitweb.fluxo.info Git - mkbuilds.git/commitdiff
twisted: added zope.interface as required dependency
authorrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>
Mon, 17 Nov 2008 15:18:45 +0000 (15:18 +0000)
committerrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>
Mon, 17 Nov 2008 15:18:45 +0000 (15:18 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@247 18ef50b8-d735-4ccd-97c1-689132df3dd9

dev/python/twisted/Twisted.mkbuild

index 93a2a2101c5521e0497d56a484cbcbd387ab0c47..0d6bf2660fa64fe0283c73e6170749d56bf5e2d1 100644 (file)
@@ -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
 #<make_package