blob: 25defabc51b6a6592479a870dd9bcb73f2dca750 [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 Geisslere34f8962021-04-15 15:53:51 -05007SRC_URI[sha256sum] = "20b45fa1779a01325e67822d243e1a3f7657d8b515308d84c1eb3c805cc3bdb5"
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 "