summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-idna_3.4.bb
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2022-09-18 08:51:11 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-20 23:17:53 +0100
commit57fa7ad89dcd8e63d4f3b9cfd65575607dad7d50 (patch)
tree75eb5b7ee7044d32a0723f2970cdb9d044336c2a /meta/recipes-devtools/python/python3-idna_3.4.bb
parent4169c106a3313071acb34cce41873e1ce93b0be7 (diff)
downloadpoky-57fa7ad89dcd8e63d4f3b9cfd65575607dad7d50.tar.gz
python3-idna: migrate to flit-core
setup.py in latest release is broken after move to flit-core was released by the project. This broke the version detection in consuming libs like requests. Remove the not needed egg.info removal as well (From OE-Core rev: 399c324e9a30ab63e0c5d653dba5bf9354ec70f7) Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-idna_3.4.bb')
-rw-r--r--meta/recipes-devtools/python/python3-idna_3.4.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/recipes-devtools/python/python3-idna_3.4.bb b/meta/recipes-devtools/python/python3-idna_3.4.bb
index 10c99ee0ea..41a666f3f4 100644
--- a/meta/recipes-devtools/python/python3-idna_3.4.bb
+++ b/meta/recipes-devtools/python/python3-idna_3.4.bb
@@ -5,12 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=239668a7c6066d9e0c5382e9c8c6c0e1"
5 5
6SRC_URI[sha256sum] = "814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4" 6SRC_URI[sha256sum] = "814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"
7 7
8inherit pypi setuptools3 8inherit pypi python_flit_core
9
10# Remove bundled egg-info
11do_compile:prepend() {
12 rm -rf ${S}/idna.egg-info
13}
14 9
15RDEPENDS:${PN}:class-target = "\ 10RDEPENDS:${PN}:class-target = "\
16 ${PYTHON_PN}-codecs \ 11 ${PYTHON_PN}-codecs \