python-rtimu,python-sense-hat: Convert to py3 modules

py2 is on its way out from oe-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2019-08-10 10:17:15 -07:00 committed by Andrei Gherzan
parent c29c821c37
commit be0e3df5cf
4 changed files with 7 additions and 7 deletions

View File

@ -15,8 +15,8 @@ RDEPENDS_${PN} = "\
rpio \
rpi-gpio \
pi-blaster \
python-rtimu \
python-sense-hat \
python3-rtimu \
python3-sense-hat \
connman \
connman-client \
wireless-regdb \

View File

@ -12,4 +12,4 @@ SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178"
S = "${WORKDIR}/git/Linux/python/"
inherit setuptools
inherit setuptools3

View File

@ -4,7 +4,7 @@ SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=d80fe312e1ff5fbd97369b093bf21cda"
inherit setuptools pypi
inherit setuptools3 pypi
PYPI_PACKAGE = "sense-hat"
@ -18,7 +18,7 @@ DEPENDS += " \
"
RDEPENDS_${PN} += " \
python-numpy \
python-rtimu \
python-imaging \
${PYTHON_PN}-numpy \
${PYTHON_PN}-rtimu \
${PYTHON_PN}-imaging \
"