diff options
author | Richard Leitner <dev@g0hl1n.net> | 2025-06-26 15:55:41 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-06-26 07:26:21 -0700 |
commit | c2c4428c313cf2de5a3af4b4932e791172000d1c (patch) | |
tree | 725f81f1c919d4f6547c3ea3fb0d8156379f5c84 /meta-python/recipes-devtools/python | |
parent | 87dd3b90ba3dd67f41388234cbe8a614de559845 (diff) | |
download | meta-openembedded-c2c4428c313cf2de5a3af4b4932e791172000d1c.tar.gz |
python3-moteus: upgrade 0.3.87 -> 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/
Signed-off-by: Richard Leitner <dev@g0hl1n.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-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.87.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.87.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.88.bb index 514eafb1b2..b81c53652f 100644 --- a/meta-python/recipes-devtools/python/python3-moteus_0.3.87.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 | ||
6 | inherit pypi setuptools3 | 6 | inherit pypi setuptools3 |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "988f264c330a17d63219c49dd2365bdaff97156be3ab6c5eaa204b45dca621e8" | 8 | SRC_URI[sha256sum] = "e16387e5fe512a7580ef847e6b2e665d4b40549b064ab237e01fd7dec7c46232" |
9 | 9 | ||
10 | S = "${UNPACKDIR}/moteus-${PV}" | 10 | S = "${UNPACKDIR}/moteus-${PV}" |
11 | 11 | ||