diff options
| author | Andrei Gherzan <andrei@gherzan.com> | 2017-09-06 20:28:51 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2017-09-08 18:47:41 +0100 |
| commit | b6b6ecb6cb9211b1a4c5ffbb4d03a2d0fe128369 (patch) | |
| tree | 08ba09ac296efd0a0bf7365e770ff6a2a80c096a /recipes-devtools/python/python-sense-hat_2.2.0.bb | |
| parent | fa82321af29aabdf82a5cdf247fde372c41cec35 (diff) | |
| download | meta-raspberrypi-b6b6ecb6cb9211b1a4c5ffbb4d03a2d0fe128369.tar.gz | |
python-sense-hat: Update to 2.2.0
As well integrate with meta-oe bbclass pypi.
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Diffstat (limited to 'recipes-devtools/python/python-sense-hat_2.2.0.bb')
| -rw-r--r-- | recipes-devtools/python/python-sense-hat_2.2.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-sense-hat_2.2.0.bb b/recipes-devtools/python/python-sense-hat_2.2.0.bb new file mode 100644 index 0000000..f7c4e34 --- /dev/null +++ b/recipes-devtools/python/python-sense-hat_2.2.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 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" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=d80fe312e1ff5fbd97369b093bf21cda" | ||
| 6 | |||
| 7 | inherit setuptools pypi | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "sense-hat" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "69929250cb72349a8a82edf2584b1d83" | ||
| 12 | SRC_URI[sha256sum] = "f000998d042d96ed722d459312e1bebd0107f9f3015cd34b3e4fabcab9c800af" | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | jpeg \ | ||
| 16 | zlib \ | ||
| 17 | freetype \ | ||
| 18 | " | ||
| 19 | |||
| 20 | RDEPENDS_${PN} += " \ | ||
| 21 | python-numpy \ | ||
| 22 | python-rtimu \ | ||
| 23 | python-imaging \ | ||
| 24 | " | ||
