| SUMMARY = "moteus brushless controller library and tools" | |
| HOMEPAGE = "https://github.com/mjbots/moteus" | |
| LICENSE = "Apache-2.0" | |
| LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=c2d9643b4523fdf462545aeb1356ad23" | |
| inherit pypi python_setuptools_build_meta | |
| SRC_URI[sha256sum] = "a288796f54515a40b02f548d8bcfb47c1e846e6460748d81856798c463b35cf5" | |
| S = "${UNPACKDIR}/moteus-${PV}" | |
| RDEPENDS:${PN} += "\ | |
| python3-can \ | |
| python3-importlib-metadata \ | |
| python3-pyelftools \ | |
| python3-pyserial \ | |
| " |