From 0285799f54661ceb649c8a7d9d4e0522d615a1aa Mon Sep 17 00:00:00 2001 From: Richard Leitner Date: Mon, 7 Jul 2025 10:32:42 +0200 Subject: python3-moteus: upgrade 0.3.88 -> 0.3.89 Update python3-moteus to the latest release. Since no formal changelog is available, here's the git shortlog of the moteus python library [1] for the corresponding release: Josh Pieper (2): Add some more register definitions Add --version options to moteus_tool and tview [1] https://github.com/mjbots/moteus/commits/main/lib/python Signed-off-by: Richard Leitner Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-moteus_0.3.88.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-moteus_0.3.88.bb (limited to 'meta-python/recipes-devtools/python/python3-moteus_0.3.88.bb') diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.88.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.88.bb deleted file mode 100644 index b81c53652f..0000000000 --- a/meta-python/recipes-devtools/python/python3-moteus_0.3.88.bb +++ /dev/null @@ -1,17 +0,0 @@ -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 = "${UNPACKDIR}/moteus-${PV}" - -RDEPENDS:${PN} += "\ - python3-can \ - python3-importlib-metadata \ - python3-pyelftools \ - python3-pyserial \ -" -- cgit v1.2.3-54-g00ecf