summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Leitner <dev@g0hl1n.net>2025-06-27 10:26:23 +0200
committerArmin Kuster <akuster808@gmail.com>2025-07-06 19:23:22 -0400
commit0a047efb6761d8859d37bfbbe85f858e0bae8778 (patch)
tree69cb0d3a172a6c086212396cac6458e134e479a7
parente1411aa0a8c16025ccaf81c521b5cb9fc20333d4 (diff)
downloadmeta-openembedded-0a047efb6761d8859d37bfbbe85f858e0bae8778.tar.gz
python3-moteus: Upgrade 0.3.79 -> 0.3.88
python3-moteus <= 0.3.87 requires numpy<2 [1], but openembedded-core versions newer than styhead provide numpy 2.x [2], causing "pip check" to fail with the following error: moteus 0.3.87 has requirement numpy<2, but you have numpy 2.3.0. This patch resolves the issue by updating python3-moteus to 0.3.88. [1] https://github.com/mjbots/moteus/issues/89 [2] https://layers.openembedded.org/layerindex/recipe/51338/ (cherry picked from commit 9af65f1680d2bb27e7c8911e8912ddeb2e38fe41) (cherry picked from commit 7414d1147ee31fda335df00a7723fa80290d20ed) (cherry picked from commit 980f7e5da4745ee56a42833114bc990412b747be) (cherry picked from commit c2c4428c313cf2de5a3af4b4932e791172000d1c) (all cherry-picks were squashed to this commit) Cc: Leon Anavi <leon.anavi@konsulko.com> Cc: Wang Mingyu <wangmy@fujitsu.com> Cc: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Leitner <dev@g0hl1n.net> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-moteus_0.3.88.bb (renamed from meta-python/recipes-devtools/python/python3-moteus_0.3.79.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.79.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.88.bb
index 4944e13ff4..80557d4959 100644
--- a/meta-python/recipes-devtools/python/python3-moteus_0.3.79.bb
+++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.88.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=9;md5=24025d3c660abfc62a
5 5
6inherit pypi setuptools3 6inherit pypi setuptools3
7 7
8SRC_URI[sha256sum] = "fae569f0c2e208059e081cf0fcca2e8f71c6c1de582836c745bb884af1e35bf4" 8SRC_URI[sha256sum] = "e16387e5fe512a7580ef847e6b2e665d4b40549b064ab237e01fd7dec7c46232"
9 9
10S = "${WORKDIR}/moteus-${PV}" 10S = "${WORKDIR}/moteus-${PV}"
11 11