blob: dbb6a8d8f6dc62a0ee87026c8fb6b5c961470873 [file] [log] [blame]
Andrew Geissler32b11992021-03-31 13:37:05 -05001DESCRIPTION = "A SoCo fork with fixes for Home Assistant "
2HOMEPAGE = "https://pypi.org/project/pysonos/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=07b0e2ca9ac77cd65cd4edf2e13367ea"
6
Andrew Geisslerf103a7f2021-05-07 16:09:40 -05007SRC_URI[sha256sum] = "47be2b37defc856f15d7e7a419cfb939e9822750efe968db192156ebeba31684"
Andrew Geissler32b11992021-03-31 13:37:05 -05008
9inherit pypi setuptools3
10
11RDEPENDS_${PN} += "\
12 ${PYTHON_PN}-ifaddr \
13 ${PYTHON_PN}-requests \
14 ${PYTHON_PN}-xmltodict \
15 "