From: Wang Mingyu Date: Sun, 15 Jan 2023 05:25:38 +0000 (+0800) Subject: python3-pbr: upgrade 5.11.0 -> 5.11.1 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1945 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bcea96e95cb483710647fe9b604d320aca470ad5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- 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 16967f6d173..00000000000 --- 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 00000000000..520dbef8dd0 --- /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"