From 7da3daa7bd2f41b7d53993833f178f98f1c7de3e Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 8 Dec 2021 22:59:33 +0100 Subject: [PATCH] python3-pbr: upgrade 5.7.0 -> 5.8.0 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pbr_5.7.0.bb | 4 ---- meta/recipes-devtools/python/python3-pbr_5.8.0.bb | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.7.0.bb create mode 100644 meta/recipes-devtools/python/python3-pbr_5.8.0.bb diff --git a/meta/recipes-devtools/python/python3-pbr_5.7.0.bb b/meta/recipes-devtools/python/python3-pbr_5.7.0.bb deleted file mode 100644 index 12aeb7e8fa..0000000000 --- a/meta/recipes-devtools/python/python3-pbr_5.7.0.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit setuptools3 -require python-pbr.inc - -SRC_URI[sha256sum] = "4651ca1445e80f2781827305de3d76b3ce53195f2227762684eb08f17bc473b7" diff --git a/meta/recipes-devtools/python/python3-pbr_5.8.0.bb b/meta/recipes-devtools/python/python3-pbr_5.8.0.bb new file mode 100644 index 0000000000..b74fc16754 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pbr_5.8.0.bb @@ -0,0 +1,4 @@ +inherit setuptools3 +require python-pbr.inc + +SRC_URI[sha256sum] = "672d8ebee84921862110f23fcec2acea191ef58543d34dfe9ef3d9f13c31cddf" -- 2.40.1