aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aiohue_4.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aiohue_4.5.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-aiohue_4.5.0.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiohue_4.5.0.bb b/meta-python/recipes-devtools/python/python3-aiohue_4.5.0.bb
deleted file mode 100644
index 7507b8ffd0..0000000000
--- a/meta-python/recipes-devtools/python/python3-aiohue_4.5.0.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "Asynchronous library to control Philips Hue"
-HOMEPAGE = "https://pypi.org/project/aiohue/"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f"
-
-SRC_URI[sha256sum] = "9a5aaf2fa97a889746142093e74143d5e3e02209fae428d1e2dbcc34a5c36efd"
-
-inherit pypi setuptools3
-
-RDEPENDS:${PN} += " \
- ${PYTHON_PN}-aiohttp \
- ${PYTHON_PN}-asyncio-throttle \
- ${PYTHON_PN}-profile \
- ${PYTHON_PN}-awesomeversion \
-"