From b9434854a625c2edbf140fa931d3756d7bab32ef Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 10 Nov 2021 20:39:26 +0100 Subject: [PATCH] python3-pbr: upgrade 5.6.0 -> 5.7.0 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pbr_5.6.0.bb | 4 ---- meta/recipes-devtools/python/python3-pbr_5.7.0.bb | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.6.0.bb create mode 100644 meta/recipes-devtools/python/python3-pbr_5.7.0.bb diff --git a/meta/recipes-devtools/python/python3-pbr_5.6.0.bb b/meta/recipes-devtools/python/python3-pbr_5.6.0.bb deleted file mode 100644 index 132e6e52b6..0000000000 --- a/meta/recipes-devtools/python/python3-pbr_5.6.0.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit setuptools3 -require python-pbr.inc - -SRC_URI[sha256sum] = "42df03e7797b796625b1029c0400279c7c34fd7df24a7d7818a1abb5b38710dd" diff --git a/meta/recipes-devtools/python/python3-pbr_5.7.0.bb b/meta/recipes-devtools/python/python3-pbr_5.7.0.bb new file mode 100644 index 0000000000..12aeb7e8fa --- /dev/null +++ b/meta/recipes-devtools/python/python3-pbr_5.7.0.bb @@ -0,0 +1,4 @@ +inherit setuptools3 +require python-pbr.inc + +SRC_URI[sha256sum] = "4651ca1445e80f2781827305de3d76b3ce53195f2227762684eb08f17bc473b7" -- 2.40.1