From 3c257b34170a680c0726bfd100825ffc79996c19 Mon Sep 17 00:00:00 2001 From: zangrc Date: Sat, 25 Sep 2021 04:19:38 +0800 Subject: python3-pyro4: upgrade 4.80 -> 4.81 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python-pyro4/python3-pyro4_4.80.bb | 16 ---------------- .../python-pyro4/python3-pyro4_4.81.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.80.bb create mode 100644 meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.81.bb (limited to 'meta-python/recipes-connectivity/python-pyro4') diff --git a/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.80.bb b/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.80.bb deleted file mode 100644 index ba331eea02..0000000000 --- a/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.80.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Python Remote Objects" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=cd13dafd4eeb0802bb6efea6b4a4bdbc" - -SRC_URI[md5sum] = "e31fc077e06de9fc0bb061e357401954" -SRC_URI[sha256sum] = "46847ca703de3f483fbd0b2d22622f36eff03e6ef7ec7704d4ecaa3964cb2220" - -PYPI_PACKAGE = "Pyro4" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-logging \ - ${PYTHON_PN}-serpent \ - ${PYTHON_PN}-threading \ - " diff --git a/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.81.bb b/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.81.bb new file mode 100644 index 0000000000..b05ce34f84 --- /dev/null +++ b/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.81.bb @@ -0,0 +1,15 @@ +SUMMARY = "Python Remote Objects" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=cd13dafd4eeb0802bb6efea6b4a4bdbc" + +SRC_URI[sha256sum] = "e130da06478b813173b959f7013d134865e07fbf58cc5f1a2598f99479cdac5f" + +PYPI_PACKAGE = "Pyro4" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-serpent \ + ${PYTHON_PN}-threading \ + " -- cgit v1.2.3-54-g00ecf