summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-casttube_0.2.0.bb13
-rw-r--r--meta-python/recipes-devtools/python/python3-pychromecast_13.1.0.bb1
2 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-casttube_0.2.0.bb b/meta-python/recipes-devtools/python/python3-casttube_0.2.0.bb
new file mode 100644
index 0000000000..408dff87bf
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-casttube_0.2.0.bb
@@ -0,0 +1,13 @@
1SUMMARY = "YouTube Chromecast API"
2HOMEPAGE = "https://github.com/ur1katz/casttube"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
5
6SRC_URI[md5sum] = "4bb24ba1639d16c8fa367537bf3b88a6"
7SRC_URI[sha256sum] = "f25b3c634efe702896233690f7590e8d6311590910f18dbb763b90419d9ef53c"
8
9inherit pypi setuptools3
10
11RDEPENDS:${PN} = "\
12 ${PYTHON_PN}-requests \
13"
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 feae3174a5..618aba4a67 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
@@ -16,4 +16,5 @@ RDEPENDS:${PN} += " \
16 ${PYTHON_PN}-requests \ 16 ${PYTHON_PN}-requests \
17 ${PYTHON_PN}-protobuf \ 17 ${PYTHON_PN}-protobuf \
18 ${PYTHON_PN}-compression \ 18 ${PYTHON_PN}-compression \
19 ${PYTHON_PN}-casttube \
19" 20"