diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-11-10 20:39:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-11 17:09:16 +0000 |
commit | b23929b70cde28442c9fc126d94d748d9b7f2a80 (patch) | |
tree | ad8b3ace933e35d395a28d98ca55d87c3680c1ea | |
parent | f7dbf89d5adea9f1f71e1bfea4e0d9d7bdf83814 (diff) | |
download | poky-b23929b70cde28442c9fc126d94d748d9b7f2a80.tar.gz |
python3-pbr: upgrade 5.6.0 -> 5.7.0
(From OE-Core rev: b9434854a625c2edbf140fa931d3756d7bab32ef)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-pbr_5.6.0.bb | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-pbr_5.7.0.bb | 4 |
2 files changed, 4 insertions, 4 deletions
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 @@ | |||
1 | inherit setuptools3 | ||
2 | require python-pbr.inc | ||
3 | |||
4 | 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 @@ | |||
1 | inherit setuptools3 | ||
2 | require python-pbr.inc | ||
3 | |||
4 | SRC_URI[sha256sum] = "4651ca1445e80f2781827305de3d76b3ce53195f2227762684eb08f17bc473b7" | ||