mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
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:
parent
c29c821c37
commit
be0e3df5cf
|
@ -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 \
|
||||||
|
|
|
@ -12,4 +12,4 @@ SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178"
|
||||||
|
|
||||||
S = "${WORKDIR}/git/Linux/python/"
|
S = "${WORKDIR}/git/Linux/python/"
|
||||||
|
|
||||||
inherit setuptools
|
inherit setuptools3
|
|
@ -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 \
|
||||||
"
|
"
|
Loading…
Reference in New Issue
Block a user