diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-07-06 10:07:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-08 00:09:42 +0100 |
commit | 6aab3219b3e0865a5b629b0fc578973b2053353e (patch) | |
tree | b2eebccabec2f7d2cb0b6d5d2e34565008d91bcf | |
parent | 16b4f7fb8067749c1810071252edfe52e5b4bb70 (diff) | |
download | poky-6aab3219b3e0865a5b629b0fc578973b2053353e.tar.gz |
python3-sphinx: upgrade 5.0.0 -> 5.0.2
(From OE-Core rev: b8fd816336152a7656adca5d39a0c0612bac066e)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-sphinx_5.0.2.bb (renamed from meta/recipes-devtools/python/python3-sphinx_5.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-sphinx_5.0.0.bb b/meta/recipes-devtools/python/python3-sphinx_5.0.2.bb index 93edd9db7e..46cc26e67e 100644 --- a/meta/recipes-devtools/python/python3-sphinx_5.0.0.bb +++ b/meta/recipes-devtools/python/python3-sphinx_5.0.2.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=72c536e78c21c567311b193fe00cd253" | |||
6 | 6 | ||
7 | PYPI_PACKAGE = "Sphinx" | 7 | PYPI_PACKAGE = "Sphinx" |
8 | 8 | ||
9 | SRC_URI[sha256sum] = "464d9c1bd5613bcebe76b46658763f3f3dbb184da7406e632a84596d3cd8ee90" | 9 | SRC_URI[sha256sum] = "b18e978ea7565720f26019c702cd85c84376e948370f1cd43d60265010e1c7b0" |
10 | 10 | ||
11 | inherit setuptools3 pypi | 11 | inherit setuptools3 pypi |
12 | 12 | ||