python3-sense-hat_2.2.0.bb 625 B

123456789101112131415161718192021222324
  1. SUMMARY = "Python module to control the Raspberry Pi Sense HAT used in the Astro Pi mission"
  2. HOMEPAGE = "https://github.com/RPi-Distro/python-sense-hat"
  3. SECTION = "devel/python"
  4. LICENSE = "BSD-3-Clause"
  5. LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=d80fe312e1ff5fbd97369b093bf21cda"
  6. inherit setuptools3 pypi
  7. PYPI_PACKAGE = "sense-hat"
  8. SRC_URI[md5sum] = "69929250cb72349a8a82edf2584b1d83"
  9. SRC_URI[sha256sum] = "f000998d042d96ed722d459312e1bebd0107f9f3015cd34b3e4fabcab9c800af"
  10. DEPENDS += " \
  11. jpeg \
  12. zlib \
  13. freetype \
  14. "
  15. RDEPENDS:${PN} += " \
  16. python3-numpy \
  17. python3-rtimu \
  18. python3-pillow \
  19. "