From: Cliff Brake Date: Sat, 8 Jul 2006 20:36:04 +0000 (+0000) Subject: python-webpy 0.138: add missing RDEPENDS X-Git-Tag: Release-2010-05/1~9453^2~1282^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72b3e6442ec3b3bf057555cc11e5a7cf92d195e0;p=openembedded.git python-webpy 0.138: add missing RDEPENDS --- 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 " LICENSE = "PSF" -RDEPENDS = "python-netserver" +RDEPENDS = "python-netserver python-netclient python-pprint" -PR = "ml0" +PR = "ml1" SRC_URI = "file://web.py" S = "${WORKDIR}"