python3-can_4.4.2.bb 848 B

12345678910111213141516171819202122232425262728293031
  1. SUMMARY = "Controller Area Network (CAN) interface module for Python"
  2. HOMEPAGE = "https://github.com/hardbyte/python-can"
  3. SECTION = "devel/python"
  4. LICENSE = "LGPL-3.0-only"
  5. LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02"
  6. SRC_URI[sha256sum] = "1c46c0935f39f7a9c3e76b03249af0580689ebf7a1844195e92f87257f009df5"
  7. PYPI_PACKAGE = "python_can"
  8. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
  9. inherit pypi python_setuptools_build_meta
  10. RDEPENDS:${PN} += "\
  11. python3-aenum \
  12. python3-asyncio \
  13. python3-codecs \
  14. python3-compression \
  15. python3-ctypes \
  16. python3-fcntl \
  17. python3-json \
  18. python3-logging \
  19. python3-misc \
  20. python3-netserver \
  21. python3-packaging \
  22. python3-pkg-resources \
  23. python3-setuptools \
  24. python3-sqlite3 \
  25. python3-typing-extensions \
  26. python3-wrapt \
  27. "