diff options
author | wangmy <wangmy@fujitsu.com> | 2021-06-03 15:13:22 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-06 23:16:51 +0100 |
commit | 83794c3d44a9f6e12debeae31bcbd451fa2258ad (patch) | |
tree | d1845a2a28e13fcfb2b1bc07fd07954080cc2536 /meta/recipes-devtools/python | |
parent | 15bf84048735135264a638004970526fa4724353 (diff) | |
download | poky-83794c3d44a9f6e12debeae31bcbd451fa2258ad.tar.gz |
python3-magic: upgrade 0.4.22 -> 0.4.23
(From OE-Core rev: b8f80cd1e2a845905fec296cd8d7ee91728492d2)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3-magic_0.4.23.bb (renamed from meta/recipes-devtools/python/python3-magic_0.4.22.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-magic_0.4.22.bb b/meta/recipes-devtools/python/python3-magic_0.4.23.bb index b828927599..4ebae32569 100644 --- a/meta/recipes-devtools/python/python3-magic_0.4.22.bb +++ b/meta/recipes-devtools/python/python3-magic_0.4.23.bb | |||
@@ -11,7 +11,7 @@ PYPI_PACKAGE = "python-magic" | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | SRC_URI[sha256sum] = "ca884349f2c92ce830e3f498c5b7c7051fe2942c3ee4332f65213b8ebff15a62" | 14 | SRC_URI[sha256sum] = "88f71d04fde4318da32fa03930362f1c6127caa833614563fd53a0fd3438cc3e" |
15 | 15 | ||
16 | RDEPENDS_${PN} += "file \ | 16 | RDEPENDS_${PN} += "file \ |
17 | ${PYTHON_PN}-ctypes \ | 17 | ${PYTHON_PN}-ctypes \ |