summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-moteus_0.3.97.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-01-07 18:28:47 +0800
committerKhem Raj <raj.khem@gmail.com>2026-01-12 08:53:44 -0800
commit9206e31273b12c641eb9a46ced4fe8d26e735b48 (patch)
tree920582b7adb18b525b4dc0de1846683cb772aa96 /meta-python/recipes-devtools/python/python3-moteus_0.3.97.bb
parent86cabd16039672c3cb2b469bafc736e3ff2a411f (diff)
downloadmeta-openembedded-9206e31273b12c641eb9a46ced4fe8d26e735b48.tar.gz
python3-moteus: upgrade 0.3.96 -> 0.3.97
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-moteus_0.3.97.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-moteus_0.3.97.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.97.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.97.bb
new file mode 100644
index 0000000000..313619a5b2
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.97.bb
@@ -0,0 +1,17 @@
1SUMMARY = "moteus brushless controller library and tools"
2HOMEPAGE = "https://github.com/mjbots/moteus"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=9;md5=24025d3c660abfc62a83f0e709a45e76"
5
6inherit pypi setuptools3
7
8SRC_URI[sha256sum] = "59f6f185390822c41f993c56027e4be338be87d40435acb0e10df1d68d662e69"
9
10S = "${UNPACKDIR}/moteus-${PV}"
11
12RDEPENDS:${PN} += "\
13 python3-can \
14 python3-importlib-metadata \
15 python3-pyelftools \
16 python3-pyserial \
17"