mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-15 16:31:33 +00:00
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
438 B
BlitzBasic
16 lines
438 B
BlitzBasic
DESCRIPTION = "A SoCo fork with fixes for Home Assistant "
|
|
HOMEPAGE = "https://pypi.org/project/pysonos/"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=07b0e2ca9ac77cd65cd4edf2e13367ea"
|
|
|
|
SRC_URI[sha256sum] = "3fed94dffbca5807d39d000d1415fe8d7dfc1032ba92a33d0b577eb2e98a81f3"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS_${PN} += "\
|
|
${PYTHON_PN}-ifaddr \
|
|
${PYTHON_PN}-requests \
|
|
${PYTHON_PN}-xmltodict \
|
|
"
|