aboutsummaryrefslogtreecommitdiffstats
path: root/packages/twisted
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.ne>2006-01-19 12:06:08 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-19 12:06:08 +0000
commit68bad94089995d2593820a75e1644db932c0bfa9 (patch)
tree8e5226d222875c4455ea62aa434094fbda6d13a8 /packages/twisted
parentf5606d2cac712c11409fd4f543fc115f47510047 (diff)
downloadopenembedded-68bad94089995d2593820a75e1644db932c0bfa9.tar.gz
twisted-2.1.0: correct typo
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 5b40212fbd..416795e2e7 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-interfaces-native"
-RDEPENDS = "python-core zope-interfaces python-pickle python-fcntl"
+DEPENDS = "zope-interface-native"
+RDEPENDS = "python-core zope-interface python-pickle python-fcntl"
SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Twisted/2.1/Twisted-${PV}.tar.bz2"