diff options
| author | Konrad Weihmann <kweihmann@outlook.com> | 2022-09-18 08:51:11 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-20 23:17:53 +0100 |
| commit | 57fa7ad89dcd8e63d4f3b9cfd65575607dad7d50 (patch) | |
| tree | 75eb5b7ee7044d32a0723f2970cdb9d044336c2a /meta/recipes-devtools/python/python3-idna_3.4.bb | |
| parent | 4169c106a3313071acb34cce41873e1ce93b0be7 (diff) | |
| download | poky-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.bb | 7 |
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 | ||
| 6 | SRC_URI[sha256sum] = "814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4" | 6 | SRC_URI[sha256sum] = "814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4" |
| 7 | 7 | ||
| 8 | inherit pypi setuptools3 | 8 | inherit pypi python_flit_core |
| 9 | |||
| 10 | # Remove bundled egg-info | ||
| 11 | do_compile:prepend() { | ||
| 12 | rm -rf ${S}/idna.egg-info | ||
| 13 | } | ||
| 14 | 9 | ||
| 15 | RDEPENDS:${PN}:class-target = "\ | 10 | RDEPENDS:${PN}:class-target = "\ |
| 16 | ${PYTHON_PN}-codecs \ | 11 | ${PYTHON_PN}-codecs \ |
