From 2d878b92dc4ad3c37b081e66284d26c93f0f156e Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Wed, 3 Feb 2021 19:13:16 +0100 Subject: python3-smmap: update to 4.0.0 (From OE-Core rev: 8f6025ed514a5114b7ec71edb8b1684e85fd29f4) Signed-off-by: Oleksandr Kravchuk Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-smmap.inc | 2 +- meta/recipes-devtools/python/python3-smmap_3.0.4.bb | 3 --- meta/recipes-devtools/python/python3-smmap_4.0.0.bb | 3 +++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-smmap_3.0.4.bb create mode 100644 meta/recipes-devtools/python/python3-smmap_4.0.0.bb (limited to 'meta') 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_3.0.4.bb deleted file mode 100644 index 5f0f341d6a..0000000000 --- a/meta/recipes-devtools/python/python3-smmap_3.0.4.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools3 -require python-smmap.inc - diff --git a/meta/recipes-devtools/python/python3-smmap_4.0.0.bb b/meta/recipes-devtools/python/python3-smmap_4.0.0.bb new file mode 100644 index 0000000000..5f0f341d6a --- /dev/null +++ b/meta/recipes-devtools/python/python3-smmap_4.0.0.bb @@ -0,0 +1,3 @@ +inherit setuptools3 +require python-smmap.inc + -- cgit v1.2.3-54-g00ecf