diff options
Diffstat (limited to 'meta-python/recipes-connectivity')
| -rw-r--r-- | meta-python/recipes-connectivity/python-pyro5/python3-pyro5_5.15.bb | 27 |
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 @@ | |||
| 1 | SUMMARY = "Python Remote Objects" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c1c9ccd5f4ca5d0f5057c0e690a0153d" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "82c3dfc9860b49f897b28ff24fe6716c841672c600af8fe40d0e3a7fac9a3f5e" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "Pyro5" | ||
| 8 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 ptest-python-pytest | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += " \ | ||
| 13 | python3-json \ | ||
| 14 | python3-logging \ | ||
| 15 | python3-serpent \ | ||
| 16 | python3-threading \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS:${PN}-ptest += " \ | ||
| 20 | python3-html \ | ||
| 21 | python3-misc \ | ||
| 22 | python3-sqlite3 \ | ||
| 23 | " | ||
| 24 | |||
| 25 | do_install_ptest:append(){ | ||
| 26 | cp -r ${S}/certs ${D}${PTEST_PATH}/ | ||
| 27 | } | ||
