diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2006-07-08 20:36:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-08 20:36:04 +0000 |
commit | 72b3e6442ec3b3bf057555cc11e5a7cf92d195e0 (patch) | |
tree | f058a1f30c0f05034bafb93d4f663bbbdf4c7275 | |
parent | aa6a4b0186670f2e7e63e6a07559e312409719d8 (diff) |
python-webpy 0.138: add missing RDEPENDS
-rw-r--r-- | packages/python/python-webpy_0.138.bb | 4 |
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}" |