aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2006-07-08 20:36:04 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-08 20:36:04 +0000
commit72b3e6442ec3b3bf057555cc11e5a7cf92d195e0 (patch)
treef058a1f30c0f05034bafb93d4f663bbbdf4c7275 /packages/python
parentaa6a4b0186670f2e7e63e6a07559e312409719d8 (diff)
downloadopenembedded-72b3e6442ec3b3bf057555cc11e5a7cf92d195e0.tar.gz
python-webpy 0.138: add missing RDEPENDS
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-webpy_0.138.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/python/python-webpy_0.138.bb b/packages/python/python-webpy_0.138.bb
index 557b9ee71e..f7c8aa821c 100644
--- a/packages/python/python-webpy_0.138.bb
+++ b/packages/python/python-webpy_0.138.bb
@@ -3,9 +3,9 @@ SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "PSF"
-RDEPENDS = "python-netserver"
+RDEPENDS = "python-netserver python-netclient python-pprint"
-PR = "ml0"
+PR = "ml1"
SRC_URI = "file://web.py"
S = "${WORKDIR}"