diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-12-08 22:59:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-09 10:33:25 +0000 |
commit | 0fc2889500d6efae41381f96625696533708e639 (patch) | |
tree | 422e1a4ccc810ed90ce826f45008c4e3482499e4 | |
parent | c4b7ec13fda0bd33981b7461bc4591b437a781a6 (diff) | |
download | poky-0fc2889500d6efae41381f96625696533708e639.tar.gz |
python3-pbr: upgrade 5.7.0 -> 5.8.0
(From OE-Core rev: 7da3daa7bd2f41b7d53993833f178f98f1c7de3e)
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.7.0.bb | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-pbr_5.8.0.bb | 4 |
2 files changed, 4 insertions, 4 deletions
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 @@ | |||
1 | inherit setuptools3 | ||
2 | require python-pbr.inc | ||
3 | |||
4 | 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 @@ | |||
1 | inherit setuptools3 | ||
2 | require python-pbr.inc | ||
3 | |||
4 | SRC_URI[sha256sum] = "672d8ebee84921862110f23fcec2acea191ef58543d34dfe9ef3d9f13c31cddf" | ||