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 \ rpio \
rpi-gpio \ rpi-gpio \
pi-blaster \ pi-blaster \
python-rtimu \ python3-rtimu \
python-sense-hat \ python3-sense-hat \
connman \ connman \
connman-client \ connman-client \
wireless-regdb \ wireless-regdb \

View File

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

View File

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