summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/python/python-sense-hat_2.2.0.bb (renamed from recipes-devtools/python/python-sense-hat_2.1.0.bb)12
1 files changed, 4 insertions, 8 deletions
diff --git a/recipes-devtools/python/python-sense-hat_2.1.0.bb b/recipes-devtools/python/python-sense-hat_2.2.0.bb
index e990a28..f7c4e34 100644
--- a/recipes-devtools/python/python-sense-hat_2.1.0.bb
+++ b/recipes-devtools/python/python-sense-hat_2.2.0.bb
@@ -4,16 +4,12 @@ SECTION = "devel/python"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=d80fe312e1ff5fbd97369b093bf21cda" 5LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=d80fe312e1ff5fbd97369b093bf21cda"
6 6
7SRCNAME = "sense-hat" 7inherit setuptools pypi
8 8
9SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 9PYPI_PACKAGE = "sense-hat"
10 10
11SRC_URI[md5sum] = "71217f15ea963040f06e2f50722186ca" 11SRC_URI[md5sum] = "69929250cb72349a8a82edf2584b1d83"
12SRC_URI[sha256sum] = "c6c76707c0ea514e4b0f1f96f1b5b79755875891aae037df7434b6aad7b9dbca" 12SRC_URI[sha256sum] = "f000998d042d96ed722d459312e1bebd0107f9f3015cd34b3e4fabcab9c800af"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools
17 13
18DEPENDS += " \ 14DEPENDS += " \
19 jpeg \ 15 jpeg \