From: Cliff Brake Date: Mon, 19 Jun 2006 20:58:09 +0000 (+0000) Subject: python-pyserial 2.0: add RDEPENDS python-fcntl and python-io X-Git-Tag: Release-2010-05/1~9453^2~1429^2~17^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1678373606136cd1d41e4536052540240a173c7;p=openembedded.git python-pyserial 2.0: add RDEPENDS python-fcntl and python-io --- diff --git a/packages/python/python-pyserial_2.0.bb b/packages/python/python-pyserial_2.0.bb index f7803e0151..044c666037 100644 --- a/packages/python/python-pyserial_2.0.bb +++ b/packages/python/python-pyserial_2.0.bb @@ -4,6 +4,9 @@ PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " LICENSE = "PSF" SRCNAME = "pyserial" +RDEPENDS = "python-fcntl python-io" + +PR = "r1" SRC_URI = "http://www.vanille.de/mirror/${SRCNAME}-${PV}.tar.bz2" S = "${WORKDIR}/${SRCNAME}-${PV}"