From 247f815db33698f502d0b0cf792f6ce2f058ab0e Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 8 Nov 2019 15:15:39 +0800 Subject: python-pyroute2: upgrade 0.5.2 -> 0.5.7 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyroute2.inc | 4 ++-- meta-python/recipes-devtools/python/python-pyroute2_0.5.2.bb | 6 ------ meta-python/recipes-devtools/python/python-pyroute2_0.5.7.bb | 6 ++++++ meta-python/recipes-devtools/python/python3-pyroute2_0.5.2.bb | 2 -- meta-python/recipes-devtools/python/python3-pyroute2_0.5.7.bb | 2 ++ 5 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyroute2_0.5.2.bb create mode 100644 meta-python/recipes-devtools/python/python-pyroute2_0.5.7.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyroute2_0.5.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyroute2_0.5.7.bb diff --git a/meta-python/recipes-devtools/python/python-pyroute2.inc b/meta-python/recipes-devtools/python/python-pyroute2.inc index ed1981e49a..7a14b9efbb 100644 --- a/meta-python/recipes-devtools/python/python-pyroute2.inc +++ b/meta-python/recipes-devtools/python/python-pyroute2.inc @@ -3,8 +3,8 @@ LICENSE = "GPLv2 & Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://LICENSE.Apache.v2;md5=34281e312165f843a2b7d1f114fe65ce" -SRC_URI[md5sum] = "2f6f951e94356ae9d224f417dc6ebed2" -SRC_URI[sha256sum] = "42bf74495d95a0196a74dd171357f660175aba2bfc23f9b5f63e3830ccbef9ac" +SRC_URI[md5sum] = "371683b62314211b8bc9807ac8ef1144" +SRC_URI[sha256sum] = "963fce07da2841456d39e3b932b071f6de28d23dadfae014022d67a752916f98" FILESEXTRAPATHS_prepend := "${THISDIR}/python-pyroute2:" diff --git a/meta-python/recipes-devtools/python/python-pyroute2_0.5.2.bb b/meta-python/recipes-devtools/python/python-pyroute2_0.5.2.bb deleted file mode 100644 index f25f1b4ab3..0000000000 --- a/meta-python/recipes-devtools/python/python-pyroute2_0.5.2.bb +++ /dev/null @@ -1,6 +0,0 @@ -require python-pyroute2.inc -inherit setuptools - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-subprocess \ -" diff --git a/meta-python/recipes-devtools/python/python-pyroute2_0.5.7.bb b/meta-python/recipes-devtools/python/python-pyroute2_0.5.7.bb new file mode 100644 index 0000000000..f25f1b4ab3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyroute2_0.5.7.bb @@ -0,0 +1,6 @@ +require python-pyroute2.inc +inherit setuptools + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.2.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.2.bb deleted file mode 100644 index a23e72c4ad..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-pyroute2.inc -inherit setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.7.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.7.bb new file mode 100644 index 0000000000..a23e72c4ad --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.7.bb @@ -0,0 +1,2 @@ +require python-pyroute2.inc +inherit setuptools3 -- cgit 1.2.3-korg