summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-01-15 13:25:38 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-16 10:40:08 +0000
commitbcea96e95cb483710647fe9b604d320aca470ad5 (patch)
tree1420dd8cf5fa79b27f9f89af894d6c54b87e2fd7
parent9f34a926ef1bfb17119d71a0229e475a58a33df7 (diff)
downloadopenembedded-core-bcea96e95cb483710647fe9b604d320aca470ad5.tar.gz
python3-pbr: upgrade 5.11.0 -> 5.11.1
Changelog ========= * Run PBR integration on Ubuntu Focal too * Remove numpy dependencies * Tie recursion calls to Dist object, not module * Update tox.ini to work with tox 4 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-pbr_5.11.0.bb4
-rw-r--r--meta/recipes-devtools/python/python3-pbr_5.11.1.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3-pbr_5.11.0.bb b/meta/recipes-devtools/python/python3-pbr_5.11.0.bb
deleted file mode 100644
index 16967f6d17..0000000000
--- a/meta/recipes-devtools/python/python3-pbr_5.11.0.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-inherit setuptools3
-require python-pbr.inc
-
-SRC_URI[sha256sum] = "b97bc6695b2aff02144133c2e7399d5885223d42b7912ffaec2ca3898e673bfe"
diff --git a/meta/recipes-devtools/python/python3-pbr_5.11.1.bb b/meta/recipes-devtools/python/python3-pbr_5.11.1.bb
new file mode 100644
index 0000000000..520dbef8dd
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pbr_5.11.1.bb
@@ -0,0 +1,4 @@
+inherit setuptools3
+require python-pbr.inc
+
+SRC_URI[sha256sum] = "aefc51675b0b533d56bb5fd1c8c6c0522fe31896679882e1c4c63d5e4a0fccb3"