blob: 7507b8ffd0dce37b6373d61630666f5afddc38a9 [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001DESCRIPTION = "Asynchronous library to control Philips Hue"
2HOMEPAGE = "https://pypi.org/project/aiohue/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f"
6
7SRC_URI[sha256sum] = "9a5aaf2fa97a889746142093e74143d5e3e02209fae428d1e2dbcc34a5c36efd"
8
9inherit pypi setuptools3
10
11RDEPENDS:${PN} += " \
12 ${PYTHON_PN}-aiohttp \
13 ${PYTHON_PN}-asyncio-throttle \
14 ${PYTHON_PN}-profile \
15 ${PYTHON_PN}-awesomeversion \
16"