python3-picamera_git.bb 755 B

1234567891011121314151617181920
  1. SUMMARY = "Python interface to the Raspberry Pi camera module"
  2. DESCRIPTION = "This package provides a pure Python interface to the Raspberry Pi camera module for Python 2.7 (or above) or Python 3.2 (or above)."
  3. HOMEPAGE = "https://github.com/waveform80/picamera"
  4. LICENSE = "BSD-3-Clause"
  5. LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4de8aab427192e4a8322a71375d20e21"
  6. RDEPENDS:${PN} = "python3-numbers \
  7. python3-ctypes \
  8. python3-colorzero \
  9. picamera-libs \
  10. "
  11. SRC_URI = "git://git@github.com/waveform80/picamera.git;protocol=ssh;branch=master"
  12. SRCREV = "7e4f1d379d698c44501fb84b886fadf3fc164b70"
  13. inherit setuptools3
  14. COMPATIBLE_HOST = "null"
  15. COMPATIBLE_HOST:rpi:libc-glibc = "(arm.*)-linux"