summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-moteus_0.3.76.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-12-24 17:26:35 +0800
committerKhem Raj <raj.khem@gmail.com>2024-12-24 08:23:08 -0800
commitc791c77d126bb2dd1d8c89ef23fc3c6463fdf8a3 (patch)
tree0e883c026cff7bc404a4874bef74a8cc5dd8f7b5 /meta-python/recipes-devtools/python/python3-moteus_0.3.76.bb
parent21ca18e05c27fe2c508fa013d2bf113532d45a6e (diff)
downloadmeta-openembedded-c791c77d126bb2dd1d8c89ef23fc3c6463fdf8a3.tar.gz
python3-moteus: upgrade 0.3.72 -> 0.3.76
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.76.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-moteus_0.3.76.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.76.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.76.bb
new file mode 100644
index 0000000000..b86b0ded02
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.76.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] = "acc10f7ffe34b6fcb2f1e767d6fb63a1bc0107dbbbd054fca8c2ac5b499de0f7"
9
10S = "${WORKDIR}/moteus-${PV}"
11
12RDEPENDS:${PN} += "\
13 python3-can \
14 python3-importlib-metadata \
15 python3-pyelftools \
16 python3-pyserial \
17"