summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-moteus_0.3.68.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-05-14 17:10:02 +0800
committerKhem Raj <raj.khem@gmail.com>2024-05-19 08:27:57 -0700
commita70a252402342785111661a1ed74b199da9bf037 (patch)
treeb6b31308c229d44000728d0a387eccc9d3e5af7d /meta-python/recipes-devtools/python/python3-moteus_0.3.68.bb
parent586146741cf8a1d04e6f862ff1491c58b4a7835d (diff)
downloadmeta-openembedded-a70a252402342785111661a1ed74b199da9bf037.tar.gz
python3-moteus: upgrade 0.3.67 -> 0.3.68
0001-lib-python-remove-self-import-from-setup.py.patch removed since it's included in 0.3.68 Changelog: =========== Support moteus-c1 Properly detect board hardware when DC input turn-on slew is very slow 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.68.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-moteus_0.3.68.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.68.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.68.bb
new file mode 100644
index 0000000000..d99d30e637
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.68.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] = "a5c4259ecc20cbb5dea9352f8364300db45eab971fa7bddd1625da9b16d63248"
9
10S = "${WORKDIR}/moteus-${PV}"
11
12RDEPENDS:${PN} += "\
13 python3-can \
14 python3-importlib-metadata \
15 python3-pyelftools \
16 python3-pyserial \
17"