diff options
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-pyserial_2.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 <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}" |