diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-aiohue_4.4.1.bb (renamed from meta-python/recipes-devtools/python/python3-aiohue_3.0.11.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiohue_3.0.11.bb b/meta-python/recipes-devtools/python/python3-aiohue_4.4.1.bb index 47d9964b0e..b3a88fb677 100644 --- a/meta-python/recipes-devtools/python/python3-aiohue_3.0.11.bb +++ b/meta-python/recipes-devtools/python/python3-aiohue_4.4.1.bb | |||
@@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "31c0b90d7dc2b62f5e1a93e78b2c0d6360ef6c0a87485c217a4f394c937fce7d" | 7 | SRC_URI[sha256sum] = "fa3bb0cf68aefdd0710704443c896abda69ae227500ad9539ac6c3d1d6dad804" |
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
@@ -12,4 +12,5 @@ RDEPENDS:${PN} += " \ | |||
12 | ${PYTHON_PN}-aiohttp \ | 12 | ${PYTHON_PN}-aiohttp \ |
13 | ${PYTHON_PN}-asyncio-throttle \ | 13 | ${PYTHON_PN}-asyncio-throttle \ |
14 | ${PYTHON_PN}-profile \ | 14 | ${PYTHON_PN}-profile \ |
15 | ${PYTHON_PN}-awesomeversion \ | ||
15 | " | 16 | " |