diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-29 14:20:26 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-29 14:20:26 +0000 |
commit | 1d15af695eae3cd0506880af6f00184e178cfcf9 (patch) | |
tree | 76911d12d361611e2ae0feed39bab9c2affc6a66 /meta | |
parent | 07dd95b760be1486613b91c6f53e5dbdd0aefe26 (diff) |
add twisted to meta-python
BKrev: 41ab302azPVESXKMVWlPPedPvKZNZw
Diffstat (limited to 'meta')
-rw-r--r-- | meta/task-python-everything_0.9.0.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/task-python-everything_0.9.0.oe b/meta/task-python-everything_0.9.0.oe index bc3bf6d468..1a6430ead1 100644 --- a/meta/task-python-everything_0.9.0.oe +++ b/meta/task-python-everything_0.9.0.oe @@ -1,6 +1,6 @@ -DESCRIPTION= "All of Python" +DESCRIPTION= "Everything Python" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -PR = "r3" +PR = "r4" DEPENDS = " python-ao \ python-constraint \ python-crypto \ @@ -44,6 +44,7 @@ DEPENDS = " python-ao \ python-vorbis \ moin \ plone \ + twisted \ zope" RDEPENDS=${DEPENDS} |