python-pyserial 2.0: add RDEPENDS python-fcntl and python-io
authorCliff Brake <cbrake@bec-systems.com>
Mon, 19 Jun 2006 20:58:09 +0000 (20:58 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 19 Jun 2006 20:58:09 +0000 (20:58 +0000)
packages/python/python-pyserial_2.0.bb

index f7803e0..044c666 100644 (file)
@@ -4,6 +4,9 @@ PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 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}"