summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-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 \