aboutsummaryrefslogtreecommitdiffstats
path: root/packages/twisted
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.ne>2006-01-22 22:17:15 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-22 22:17:15 +0000
commit60f79c49d0fa563719cb273af0a731f56234036d (patch)
treec19d740ee0cf1741a7c62ab02292789def802489 /packages/twisted
parent41ad7047a077887488636b4e0ad811e741c44349 (diff)
downloadopenembedded-60f79c49d0fa563719cb273af0a731f56234036d.tar.gz
twisted: add missing dependencies to python-crypto, zope-interface
Diffstat (limited to 'packages/twisted')
-rw-r--r--packages/twisted/twisted_2.1.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/twisted/twisted_2.1.0.bb b/packages/twisted/twisted_2.1.0.bb
index 416795e2e7..4632de7408 100644
--- a/packages/twisted/twisted_2.1.0.bb
+++ b/packages/twisted/twisted_2.1.0.bb
@@ -5,8 +5,8 @@ HOMEPAGE = "http://www.twistedmatrix.com"
SECTION = "console/network"
PRIORITY = "optional"
LICENSE = "LGPL"
-DEPENDS = "zope-interface-native"
-RDEPENDS = "python-core zope-interface python-pickle python-fcntl"
+DEPENDS = "zope-interface-native zope-interface python-crypto"
+RDEPENDS = "python-core zope-interface python-pickle python-fcntl python-crypto"
SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Twisted/2.1/Twisted-${PV}.tar.bz2"