summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-idna_3.4.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-15 09:58:41 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-17 07:47:08 +0100
commita442006c811425cfcc9cd6ce2f45e15f2075c4c7 (patch)
treedd8454152a58b3b1a156eace9875c749ff374693 /meta/recipes-devtools/python/python3-idna_3.4.bb
parentfdc3b1f6e286bce4e1834b9011d91fc0727063b9 (diff)
downloadpoky-a442006c811425cfcc9cd6ce2f45e15f2075c4c7.tar.gz
python3-idna: upgrade 3.3 -> 3.4
(From OE-Core rev: daca869a8190a1035ab4aff6e0e8707041a95866) 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.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-idna_3.4.bb b/meta/recipes-devtools/python/python3-idna_3.4.bb
new file mode 100644
index 0000000000..10c99ee0ea
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-idna_3.4.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Internationalised Domain Names in Applications"
2HOMEPAGE = "https://github.com/kjd/idna"
3LICENSE = "BSD-3-Clause & Python-2.0 & Unicode-TOU"
4LIC_FILES_CHKSUM = "file://LICENSE.md;md5=239668a7c6066d9e0c5382e9c8c6c0e1"
5
6SRC_URI[sha256sum] = "814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"
7
8inherit pypi setuptools3
9
10# Remove bundled egg-info
11do_compile:prepend() {
12 rm -rf ${S}/idna.egg-info
13}
14
15RDEPENDS:${PN}:class-target = "\
16 ${PYTHON_PN}-codecs \
17"
18
19BBCLASSEXTEND = "native nativesdk"