python-webpy 0.138: add missing RDEPENDS
authorCliff Brake <cbrake@bec-systems.com>
Sat, 8 Jul 2006 20:36:04 +0000 (20:36 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 8 Jul 2006 20:36:04 +0000 (20:36 +0000)
packages/python/python-webpy_0.138.bb

index 557b9ee..f7c8aa8 100644 (file)
@@ -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}"