diff options
author | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2008-11-17 15:18:45 +0000 |
---|---|---|
committer | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2008-11-17 15:18:45 +0000 |
commit | bb2491a0a0ab69e636eeddf3958c6487b254abd1 (patch) | |
tree | d06a982b4a92180c748e292cbe358b7c3c0e284a /dev/python | |
parent | 3746f1096d26b1d31b4577fc43a8f0c5396b637b (diff) | |
download | mkbuilds-bb2491a0a0ab69e636eeddf3958c6487b254abd1.tar.gz mkbuilds-bb2491a0a0ab69e636eeddf3958c6487b254abd1.tar.bz2 |
twisted: added zope.interface as required dependency
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@247 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'dev/python')
-rw-r--r-- | dev/python/twisted/Twisted.mkbuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 #<make_package |