mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 23:28:38 +00:00
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 <dev@g0hl1n.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 0285799f54)
Signed-off-by: Richard Leitner <dev@g0hl1n.net>
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
committed by
Gyorgy Sarvari
parent
1f7548d747
commit
5291ae0d49
17
meta-python/recipes-devtools/python/python3-moteus_0.3.89.bb
Normal file
17
meta-python/recipes-devtools/python/python3-moteus_0.3.89.bb
Normal file
@@ -0,0 +1,17 @@
|
||||
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] = "78ed04c213e20b44c81b73e2b66f5a7e45339014cc3fdaf94c4fcc875d35402a"
|
||||
|
||||
S = "${WORKDIR}/moteus-${PV}"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-can \
|
||||
python3-importlib-metadata \
|
||||
python3-pyelftools \
|
||||
python3-pyserial \
|
||||
"
|
||||
Reference in New Issue
Block a user