diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-05-18 12:58:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-20 22:52:23 +0100 |
commit | ce457d2376c0548ef5410b7419e722d5957d0a86 (patch) | |
tree | 7af43d6a26e6305776d8ce8ae0ebeea8edd25a41 /meta/recipes-devtools | |
parent | 1912afa49d364c060ab575395df4fd98917af4b2 (diff) | |
download | poky-ce457d2376c0548ef5410b7419e722d5957d0a86.tar.gz |
python3-pbr: upgrade 5.8.1 -> 5.9.0
(From OE-Core rev: 5809b50bac5e117382a98f69c664efbba41a99bb)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-pbr_5.8.1.bb | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-pbr_5.9.0.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3-pbr_5.8.1.bb b/meta/recipes-devtools/python/python3-pbr_5.8.1.bb deleted file mode 100644 index c8664018fa..0000000000 --- a/meta/recipes-devtools/python/python3-pbr_5.8.1.bb +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | inherit setuptools3 | ||
2 | require python-pbr.inc | ||
3 | |||
4 | SRC_URI[sha256sum] = "66bc5a34912f408bb3925bf21231cb6f59206267b7f63f3503ef865c1a292e25" | ||
diff --git a/meta/recipes-devtools/python/python3-pbr_5.9.0.bb b/meta/recipes-devtools/python/python3-pbr_5.9.0.bb new file mode 100644 index 0000000000..c93b71dbd3 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pbr_5.9.0.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | inherit setuptools3 | ||
2 | require python-pbr.inc | ||
3 | |||
4 | SRC_URI[sha256sum] = "e8dca2f4b43560edef58813969f52a56cef023146cbb8931626db80e6c1c4308" | ||