summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-moteus_0.3.82.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-05-21 16:59:09 +0800
committerKhem Raj <raj.khem@gmail.com>2025-05-21 07:39:39 -0700
commit980f7e5da4745ee56a42833114bc990412b747be (patch)
treeb852f453540d1d7c2b4717b9f941daf4b2405321 /meta-python/recipes-devtools/python/python3-moteus_0.3.82.bb
parentcbf626128f0621075848ec706948611eddad6f64 (diff)
downloadmeta-openembedded-980f7e5da4745ee56a42833114bc990412b747be.tar.gz
python3-moteus: upgrade 0.3.82 -> 0.3.87
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.82.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-moteus_0.3.82.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.82.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.82.bb
deleted file mode 100644
index b4e7b64806..0000000000
--- a/meta-python/recipes-devtools/python/python3-moteus_0.3.82.bb
+++ /dev/null
@@ -1,17 +0,0 @@
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] = "88f76d6901312ba044240f038a97f54fff463221888ca89e2c2bdc7e1679bd5d"
9
10S = "${WORKDIR}/moteus-${PV}"
11
12RDEPENDS:${PN} += "\
13 python3-can \
14 python3-importlib-metadata \
15 python3-pyelftools \
16 python3-pyserial \
17"