summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-05-31 17:51:57 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-04 13:27:29 +0100
commit4918462a2f8b070d4e9a10007deae486b4ea5081 (patch)
treef69a7fae0e67744ea821ab323547d14a0afdb2de /meta/recipes-devtools/python
parentebb65cf7f573ad1b52f6ad2ec40497fc87970a2f (diff)
downloadpoky-4918462a2f8b070d4e9a10007deae486b4ea5081.tar.gz
python3-smmap: upgrade 2.0.5 -> 3.0.4
(From OE-Core rev: f41c36a9af38543c2801a19bd99e8e57549d3e25) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python-smmap.inc5
-rw-r--r--meta/recipes-devtools/python/python3-smmap_3.0.4.bb (renamed from meta/recipes-devtools/python/python3-smmap_2.0.5.bb)1
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python-smmap.inc b/meta/recipes-devtools/python/python-smmap.inc
index b878b4b399..7703722bca 100644
--- a/meta/recipes-devtools/python/python-smmap.inc
+++ b/meta/recipes-devtools/python/python-smmap.inc
@@ -9,10 +9,9 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665
9 9
10inherit pypi 10inherit pypi
11 11
12PYPI_PACKAGE = "smmap2" 12PYPI_PACKAGE = "smmap"
13 13
14SRC_URI[md5sum] = "1c59a985be5aa645c4c5a4e063a40dd5" 14SRC_URI[sha256sum] = "9c98bbd1f9786d22f14b3d4126894d56befb835ec90cef151af566c7e19b5d24"
15SRC_URI[sha256sum] = "29a9ffa0497e7f2be94ca0ed1ca1aa3cd4cf25a1f6b4f5f87f74b46ed91d609a"
16 15
17RDEPENDS_${PN} += "${PYTHON_PN}-codecs \ 16RDEPENDS_${PN} += "${PYTHON_PN}-codecs \
18 ${PYTHON_PN}-mmap \ 17 ${PYTHON_PN}-mmap \
diff --git a/meta/recipes-devtools/python/python3-smmap_2.0.5.bb b/meta/recipes-devtools/python/python3-smmap_3.0.4.bb
index e87b8df8c5..5f0f341d6a 100644
--- a/meta/recipes-devtools/python/python3-smmap_2.0.5.bb
+++ b/meta/recipes-devtools/python/python3-smmap_3.0.4.bb
@@ -1,2 +1,3 @@
1inherit setuptools3 1inherit setuptools3
2require python-smmap.inc 2require python-smmap.inc
3