diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pychromecast_13.1.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pychromecast_13.1.0.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_13.1.0.bb b/meta-python/recipes-devtools/python/python3-pychromecast_13.1.0.bb index 618aba4a67..30add4d2f1 100644 --- a/meta-python/recipes-devtools/python/python3-pychromecast_13.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pychromecast_13.1.0.bb | |||
@@ -10,11 +10,11 @@ PYPI_PACKAGE = "PyChromecast" | |||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS:${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-logging \ | 13 | python3-logging \ |
14 | ${PYTHON_PN}-zeroconf \ | 14 | python3-zeroconf \ |
15 | ${PYTHON_PN}-json \ | 15 | python3-json \ |
16 | ${PYTHON_PN}-requests \ | 16 | python3-requests \ |
17 | ${PYTHON_PN}-protobuf \ | 17 | python3-protobuf \ |
18 | ${PYTHON_PN}-compression \ | 18 | python3-compression \ |
19 | ${PYTHON_PN}-casttube \ | 19 | python3-casttube \ |
20 | " | 20 | " |