diff options
author | 2019-07-20 18:29:37 +0200 | |
---|---|---|
committer | 2019-07-22 21:36:02 +0100 | |
commit | e59c6720271be8e3f1e93c301078a580ffdaafe0 (patch) | |
tree | a8438194f87f7c2eb91636e0d7c4ecd528258083 | |
parent | 7a2c56da85326043f0663c29535ac3fb555d96fe (diff) | |
download | openembedded-core-e59c6720271be8e3f1e93c301078a580ffdaafe0.tar.gz |
python3-pbr: update to 5.4.1
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-pbr_5.4.0.bb | 5 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-pbr_5.4.1.bb | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3-pbr_5.4.0.bb b/meta/recipes-devtools/python/python3-pbr_5.4.0.bb deleted file mode 100644 index 1f1ec3a420..0000000000 --- a/meta/recipes-devtools/python/python3-pbr_5.4.0.bb +++ /dev/null @@ -1,5 +0,0 @@ -inherit setuptools3 -require python-pbr.inc - -SRC_URI[md5sum] = "fcf120102d3e4859d41425638122058c" -SRC_URI[sha256sum] = "36ebd78196e8c9588c972f5571230a059ff83783fabbbbedecc07be263ccd7e6" diff --git a/meta/recipes-devtools/python/python3-pbr_5.4.1.bb b/meta/recipes-devtools/python/python3-pbr_5.4.1.bb new file mode 100644 index 0000000000..338ac8b707 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pbr_5.4.1.bb @@ -0,0 +1,5 @@ +inherit setuptools3 +require python-pbr.inc + +SRC_URI[md5sum] = "ab6e26026ab306989a636ec2d50a435a" +SRC_URI[sha256sum] = "0ca44dc9fd3b04a22297c2a91082d8df2894862e8f4c86a49dac69eae9e85ca0" |