diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-07-07 03:57:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-10 09:56:22 +0100 |
commit | d26bda16562b5535892c35a6eb3063885176c068 (patch) | |
tree | 7b9e6e9f48ade7ecaf631eb12d75d6531e8edce9 /meta | |
parent | 151c13d3aacca5235ee74584155dd45e7c9ccfff (diff) | |
download | poky-d26bda16562b5535892c35a6eb3063885176c068.tar.gz |
python3-pbr: update to 5.4.0
(From OE-Core rev: d40d9573d8f7414a3fd255dbfd519185369de13c)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-pbr_5.3.1.bb | 5 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-pbr_5.4.0.bb | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3-pbr_5.3.1.bb b/meta/recipes-devtools/python/python3-pbr_5.3.1.bb deleted file mode 100644 index 12892b60cf..0000000000 --- a/meta/recipes-devtools/python/python3-pbr_5.3.1.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | inherit setuptools3 | ||
2 | require python-pbr.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "bdaec663a75d10e9e0f2224afa3a1318" | ||
5 | SRC_URI[sha256sum] = "9181e2a34d80f07a359ff1d0504fad3a47e00e1cf2c475b0aa7dcb030af54c40" | ||
diff --git a/meta/recipes-devtools/python/python3-pbr_5.4.0.bb b/meta/recipes-devtools/python/python3-pbr_5.4.0.bb new file mode 100644 index 0000000000..1f1ec3a420 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pbr_5.4.0.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | inherit setuptools3 | ||
2 | require python-pbr.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "fcf120102d3e4859d41425638122058c" | ||
5 | SRC_URI[sha256sum] = "36ebd78196e8c9588c972f5571230a059ff83783fabbbbedecc07be263ccd7e6" | ||