diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-29 00:24:07 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-29 00:24:07 +0000 |
commit | f04e250f5382b062e8733b1ead7c289ae684dd92 (patch) | |
tree | 7fd8df5eb5a0c824b65a71161ba030e80571623b /meta | |
parent | eadb36d3a50b3a9d86f8372b95ec0d049147dd34 (diff) |
add stuff to meta-opie and task-python-everything
BKrev: 41aa6c27ETVk9OToUwqfAshW5a4Ibg
Diffstat (limited to 'meta')
-rw-r--r-- | meta/meta-opie.oe | 1 | ||||
-rw-r--r-- | meta/task-python-everything_0.9.0.oe | 7 |
2 files changed, 6 insertions, 2 deletions
diff --git a/meta/meta-opie.oe b/meta/meta-opie.oe index 412a0ac272..7cca1dc76a 100644 --- a/meta/meta-opie.oe +++ b/meta/meta-opie.oe @@ -43,6 +43,7 @@ opie-clipboardapplet \ opie-clockapplet \ opie-homeapplet \ opie-irdaapplet \ +opie-lockapplet \ opie-logoutapplet \ opie-mailapplet \ opie-memoryapplet \ diff --git a/meta/task-python-everything_0.9.0.oe b/meta/task-python-everything_0.9.0.oe index 4d89a07d7a..bc3bf6d468 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" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -PR = "r2" +PR = "r3" DEPENDS = " python-ao \ python-constraint \ python-crypto \ @@ -41,7 +41,10 @@ DEPENDS = " python-ao \ python-pysqlite \ python-tlslite \ python-vmaps \ - python-vorbis " + python-vorbis \ + moin \ + plone \ + zope" RDEPENDS=${DEPENDS} #fixme add python-pycap once libdnet is in again |