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 \
|
||||
rpi-gpio \
|
||||
pi-blaster \
|
||||
python-rtimu \
|
||||
python-sense-hat \
|
||||
python3-rtimu \
|
||||
python3-sense-hat \
|
||||
connman \
|
||||
connman-client \
|
||||
wireless-regdb \
|
||||
|
|
|
@ -12,4 +12,4 @@ SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178"
|
|||
|
||||
S = "${WORKDIR}/git/Linux/python/"
|
||||
|
||||
inherit setuptools
|
||||
inherit setuptools3
|
|
@ -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 \
|
||||
"
|
Loading…
Reference in New Issue
Block a user