Files
meta-openembedded/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.77.bb
Andrey Zhizhikin 1ae3178716 meta-python: rename python2 recipes to python3 eqiuvalent
Rename recipes which were previously built with python2 to their python3
equivalents.

Use new python3 classes (setuptools3) in those recipes.

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-22 09:56:34 -08:00

19 lines
482 B
BlitzBasic

SUMMARY = "Python Remote Objects"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=cd13dafd4eeb0802bb6efea6b4a4bdbc"
SRC_URI[md5sum] = "21f015ae93cf9ea2bbbc418a2267e9fb"
SRC_URI[sha256sum] = "2bfe12a22f396474b0e57c898c7e2c561a8f850bf2055d8cf0f7119f0c7a523f"
PYPI_PACKAGE = "Pyro4"
inherit pypi setuptools3
RDEPENDS_${PN} += " \
${PYTHON_PN}-logging \
${PYTHON_PN}-selectors34 \
${PYTHON_PN}-serpent \
${PYTHON_PN}-threading \
${PYTHON_PN}-zlib \
"