summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-08-10 10:17:15 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2019-08-14 13:55:08 +0200
commitbe0e3df5cfb3af0e96068406bba979f3997f1212 (patch)
treeb5cac35b98c9b416f6be33060b34a9b9fb35ab3f
parentc29c821c37f3bed4d9f8fb768a6522ba83d2bdd2 (diff)
downloadmeta-raspberrypi-be0e3df5cfb3af0e96068406bba979f3997f1212.tar.gz
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>
-rw-r--r--recipes-core/packagegroups/packagegroup-rpi-test.bb4
-rw-r--r--recipes-devtools/python/python3-rtimu/0001-include-asm-ioctl.h-for-ioctl-define.patch (renamed from recipes-devtools/python/python-rtimu/0001-include-asm-ioctl.h-for-ioctl-define.patch)0
-rw-r--r--recipes-devtools/python/python3-rtimu_git.bb (renamed from recipes-devtools/python/python-rtimu_git.bb)2
-rw-r--r--recipes-devtools/python/python3-sense-hat_2.2.0.bb (renamed from recipes-devtools/python/python-sense-hat_2.2.0.bb)8
4 files changed, 7 insertions, 7 deletions
diff --git a/recipes-core/packagegroups/packagegroup-rpi-test.bb b/recipes-core/packagegroups/packagegroup-rpi-test.bb
index 654416f..57400b1 100644
--- a/recipes-core/packagegroups/packagegroup-rpi-test.bb
+++ b/recipes-core/packagegroups/packagegroup-rpi-test.bb
@@ -15,8 +15,8 @@ RDEPENDS_${PN} = "\
15 rpio \ 15 rpio \
16 rpi-gpio \ 16 rpi-gpio \
17 pi-blaster \ 17 pi-blaster \
18 python-rtimu \ 18 python3-rtimu \
19 python-sense-hat \ 19 python3-sense-hat \
20 connman \ 20 connman \
21 connman-client \ 21 connman-client \
22 wireless-regdb \ 22 wireless-regdb \
diff --git a/recipes-devtools/python/python-rtimu/0001-include-asm-ioctl.h-for-ioctl-define.patch b/recipes-devtools/python/python3-rtimu/0001-include-asm-ioctl.h-for-ioctl-define.patch
index 4a93a1c..4a93a1c 100644
--- a/recipes-devtools/python/python-rtimu/0001-include-asm-ioctl.h-for-ioctl-define.patch
+++ b/recipes-devtools/python/python3-rtimu/0001-include-asm-ioctl.h-for-ioctl-define.patch
diff --git a/recipes-devtools/python/python-rtimu_git.bb b/recipes-devtools/python/python3-rtimu_git.bb
index 63c92b3..c0cb311 100644
--- a/recipes-devtools/python/python-rtimu_git.bb
+++ b/recipes-devtools/python/python3-rtimu_git.bb
@@ -12,4 +12,4 @@ SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178"
12 12
13S = "${WORKDIR}/git/Linux/python/" 13S = "${WORKDIR}/git/Linux/python/"
14 14
15inherit setuptools 15inherit setuptools3
diff --git a/recipes-devtools/python/python-sense-hat_2.2.0.bb b/recipes-devtools/python/python3-sense-hat_2.2.0.bb
index f7c4e34..5ea0014 100644
--- a/recipes-devtools/python/python-sense-hat_2.2.0.bb
+++ b/recipes-devtools/python/python3-sense-hat_2.2.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=d80fe312e1ff5fbd97369b093bf21cda" 5LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=d80fe312e1ff5fbd97369b093bf21cda"
6 6
7inherit setuptools pypi 7inherit setuptools3 pypi
8 8
9PYPI_PACKAGE = "sense-hat" 9PYPI_PACKAGE = "sense-hat"
10 10
@@ -18,7 +18,7 @@ DEPENDS += " \
18 " 18 "
19 19
20RDEPENDS_${PN} += " \ 20RDEPENDS_${PN} += " \
21 python-numpy \ 21 ${PYTHON_PN}-numpy \
22 python-rtimu \ 22 ${PYTHON_PN}-rtimu \
23 python-imaging \ 23 ${PYTHON_PN}-imaging \
24 " 24 "