diff options
author | 2021-02-03 19:13:16 +0100 | |
---|---|---|
committer | 2021-02-05 08:16:32 +0000 | |
commit | 2d878b92dc4ad3c37b081e66284d26c93f0f156e (patch) | |
tree | ad4705152c2722e95f620bf8bba87079c0a97dea | |
parent | 22ca8d204c15775f6a63edd92ca8d7ffc2aa4f3c (diff) | |
download | poky-2d878b92dc4ad3c37b081e66284d26c93f0f156e.tar.gz poky-2d878b92dc4ad3c37b081e66284d26c93f0f156e.tar.bz2 poky-2d878b92dc4ad3c37b081e66284d26c93f0f156e.zip |
python3-smmap: update to 4.0.0
(From OE-Core rev: 8f6025ed514a5114b7ec71edb8b1684e85fd29f4)
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/python-smmap.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-smmap_4.0.0.bb (renamed from meta/recipes-devtools/python/python3-smmap_3.0.4.bb) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-smmap.inc b/meta/recipes-devtools/python/python-smmap.inc index 7703722bca..2a2ac76f2e 100644 --- a/meta/recipes-devtools/python/python-smmap.inc +++ b/meta/recipes-devtools/python/python-smmap.inc @@ -11,7 +11,7 @@ inherit pypi PYPI_PACKAGE = "smmap" -SRC_URI[sha256sum] = "9c98bbd1f9786d22f14b3d4126894d56befb835ec90cef151af566c7e19b5d24" +SRC_URI[sha256sum] = "7e65386bd122d45405ddf795637b7f7d2b532e7e401d46bbe3fb49b9986d5182" RDEPENDS_${PN} += "${PYTHON_PN}-codecs \ ${PYTHON_PN}-mmap \ diff --git a/meta/recipes-devtools/python/python3-smmap_3.0.4.bb b/meta/recipes-devtools/python/python3-smmap_4.0.0.bb index 5f0f341d6a..5f0f341d6a 100644 --- a/meta/recipes-devtools/python/python3-smmap_3.0.4.bb +++ b/meta/recipes-devtools/python/python3-smmap_4.0.0.bb |