diff options
author | 2023-11-15 16:37:38 +0800 | |
---|---|---|
committer | 2023-11-20 15:30:46 +0000 | |
commit | 8f8b485acffba65430d0b9f53d7ebfaf1a918872 (patch) | |
tree | 473fed0b26d6bdbb0f4d7366028cb1533bbc5ad1 | |
parent | 59405dee0be2d49418263d2954c50a644c0e8698 (diff) | |
download | openembedded-core-8f8b485acffba65430d0b9f53d7ebfaf1a918872.tar.gz |
python3-pbr: upgrade 5.11.1 -> 6.0.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r-- | meta/recipes-devtools/python/python3-pbr_5.11.1.bb | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-pbr_6.0.0.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3-pbr_5.11.1.bb b/meta/recipes-devtools/python/python3-pbr_5.11.1.bb deleted file mode 100644 index 520dbef8dd..0000000000 --- a/meta/recipes-devtools/python/python3-pbr_5.11.1.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit setuptools3 -require python-pbr.inc - -SRC_URI[sha256sum] = "aefc51675b0b533d56bb5fd1c8c6c0522fe31896679882e1c4c63d5e4a0fccb3" diff --git a/meta/recipes-devtools/python/python3-pbr_6.0.0.bb b/meta/recipes-devtools/python/python3-pbr_6.0.0.bb new file mode 100644 index 0000000000..6c8171196a --- /dev/null +++ b/meta/recipes-devtools/python/python3-pbr_6.0.0.bb @@ -0,0 +1,4 @@ +inherit setuptools3 +require python-pbr.inc + +SRC_URI[sha256sum] = "d1377122a5a00e2f940ee482999518efe16d745d423a670c27773dfbc3c9a7d9" |