diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-04-30 18:49:00 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-07 10:45:44 -0700 |
| commit | 58e7fd13e63f34eec6565601039b039d4b2aa763 (patch) | |
| tree | db036fcaabdb755e7e1184bd475d56007136a532 /meta-python/recipes-devtools/python/python3-moteus_0.3.101.bb | |
| parent | 47664393cf7d85d385299eaad6613dba3ca28571 (diff) | |
| download | meta-openembedded-58e7fd13e63f34eec6565601039b039d4b2aa763.tar.gz | |
python3-moteus: upgrade 0.3.100 -> 0.3.101
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-moteus_0.3.101.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-moteus_0.3.101.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.101.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.101.bb new file mode 100644 index 0000000000..0b7d636cd6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.101.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://PKG-INFO;beginline=6;endline=6;md5=c2d9643b4523fdf462545aeb1356ad23" | ||
| 5 | |||
| 6 | inherit pypi python_setuptools_build_meta | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "a288796f54515a40b02f548d8bcfb47c1e846e6460748d81856798c463b35cf5" | ||
| 9 | |||
| 10 | S = "${UNPACKDIR}/moteus-${PV}" | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += "\ | ||
| 13 | python3-can \ | ||
| 14 | python3-importlib-metadata \ | ||
| 15 | python3-pyelftools \ | ||
| 16 | python3-pyserial \ | ||
| 17 | " | ||
