From 4d44c66f005770a839118597af76128244d5c5c4 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 10 Jul 2018 16:19:29 -0400 Subject: python-pyroute2: update to version 0.5.2 (From meta-openembedded commit: 588883107b9e6c182b4b2dc1114ffdadf891c6e0) Signed-off-by: Derek Straka Signed-off-by: Khem Raj Signed-off-by: Tim Orling --- recipes-devtools/python/python-pyroute2.inc | 4 ++-- recipes-devtools/python/python-pyroute2_0.4.21.bb | 6 ------ recipes-devtools/python/python-pyroute2_0.5.2.bb | 6 ++++++ 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 recipes-devtools/python/python-pyroute2_0.4.21.bb create mode 100644 recipes-devtools/python/python-pyroute2_0.5.2.bb diff --git a/recipes-devtools/python/python-pyroute2.inc b/recipes-devtools/python/python-pyroute2.inc index 9ec9866..ed1981e 100644 --- a/recipes-devtools/python/python-pyroute2.inc +++ b/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] = "9c251543c4282a2f8b1a8d6aa8afc688" -SRC_URI[sha256sum] = "7afad28ee0a0f3e7c34adaa9f953d00560ed9910203e93f107833b6e8d151171" +SRC_URI[md5sum] = "2f6f951e94356ae9d224f417dc6ebed2" +SRC_URI[sha256sum] = "42bf74495d95a0196a74dd171357f660175aba2bfc23f9b5f63e3830ccbef9ac" FILESEXTRAPATHS_prepend := "${THISDIR}/python-pyroute2:" diff --git a/recipes-devtools/python/python-pyroute2_0.4.21.bb b/recipes-devtools/python/python-pyroute2_0.4.21.bb deleted file mode 100644 index f25f1b4..0000000 --- a/recipes-devtools/python/python-pyroute2_0.4.21.bb +++ /dev/null @@ -1,6 +0,0 @@ -require python-pyroute2.inc -inherit setuptools - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-subprocess \ -" diff --git a/recipes-devtools/python/python-pyroute2_0.5.2.bb b/recipes-devtools/python/python-pyroute2_0.5.2.bb new file mode 100644 index 0000000..f25f1b4 --- /dev/null +++ b/recipes-devtools/python/python-pyroute2_0.5.2.bb @@ -0,0 +1,6 @@ +require python-pyroute2.inc +inherit setuptools + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-subprocess \ +" -- cgit 1.2.3-korg