mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-15 02:30:50 +00:00
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 commit9af65f1680) (cherry picked from commit7414d1147e) (cherry picked from commit980f7e5da4) (cherry picked from commitc2c4428c31) (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>
18 lines
492 B
BlitzBasic
18 lines
492 B
BlitzBasic
SUMMARY = "moteus brushless controller library and tools"
|
|
HOMEPAGE = "https://github.com/mjbots/moteus"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=9;md5=24025d3c660abfc62a83f0e709a45e76"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
SRC_URI[sha256sum] = "e16387e5fe512a7580ef847e6b2e665d4b40549b064ab237e01fd7dec7c46232"
|
|
|
|
S = "${WORKDIR}/moteus-${PV}"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-can \
|
|
python3-importlib-metadata \
|
|
python3-pyelftools \
|
|
python3-pyserial \
|
|
"
|