diff options
| author | Richard Leitner <dev@g0hl1n.net> | 2025-07-07 10:32:42 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-07 10:00:52 -0700 |
| commit | 0285799f54661ceb649c8a7d9d4e0522d615a1aa (patch) | |
| tree | fd0b6b789f76a7d6171675df94fcce1463f23482 /meta-python/recipes-devtools/python/python3-moteus_0.3.89.bb | |
| parent | c575193dbb700b493f987a43151318beeaea8ece (diff) | |
| download | meta-openembedded-0285799f54661ceb649c8a7d9d4e0522d615a1aa.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-moteus_0.3.89.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-moteus_0.3.89.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.89.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.89.bb new file mode 100644 index 0000000000..5467293ff8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.89.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "moteus brushless controller library and tools" | ||
| 2 | HOMEPAGE = "https://github.com/mjbots/moteus" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=9;md5=24025d3c660abfc62a83f0e709a45e76" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "78ed04c213e20b44c81b73e2b66f5a7e45339014cc3fdaf94c4fcc875d35402a" | ||
| 9 | |||
| 10 | S = "${UNPACKDIR}/moteus-${PV}" | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += "\ | ||
| 13 | python3-can \ | ||
| 14 | python3-importlib-metadata \ | ||
| 15 | python3-pyelftools \ | ||
| 16 | python3-pyserial \ | ||
| 17 | " | ||
