summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-connectivity')
-rw-r--r--meta-python/recipes-connectivity/python-pyro5/python3-pyro5_5.15.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-python/recipes-connectivity/python-pyro5/python3-pyro5_5.15.bb b/meta-python/recipes-connectivity/python-pyro5/python3-pyro5_5.15.bb
new file mode 100644
index 0000000000..eb6fab27cb
--- /dev/null
+++ b/meta-python/recipes-connectivity/python-pyro5/python3-pyro5_5.15.bb
@@ -0,0 +1,27 @@
1SUMMARY = "Python Remote Objects"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=c1c9ccd5f4ca5d0f5057c0e690a0153d"
4
5SRC_URI[sha256sum] = "82c3dfc9860b49f897b28ff24fe6716c841672c600af8fe40d0e3a7fac9a3f5e"
6
7PYPI_PACKAGE = "Pyro5"
8UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
9
10inherit pypi setuptools3 ptest-python-pytest
11
12RDEPENDS:${PN} += " \
13 python3-json \
14 python3-logging \
15 python3-serpent \
16 python3-threading \
17 "
18
19RDEPENDS:${PN}-ptest += " \
20 python3-html \
21 python3-misc \
22 python3-sqlite3 \
23 "
24
25do_install_ptest:append(){
26 cp -r ${S}/certs ${D}${PTEST_PATH}/
27}