diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-idna.inc | 6 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-idna_2.9.bb | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-idna.inc b/meta-python/recipes-devtools/python/python-idna.inc index 13b0cdb624..adf26e0279 100644 --- a/meta-python/recipes-devtools/python/python-idna.inc +++ b/meta-python/recipes-devtools/python/python-idna.inc | |||
@@ -1,10 +1,10 @@ | |||
1 | SUMMARY = "Internationalised Domain Names in Applications" | 1 | SUMMARY = "Internationalised Domain Names in Applications" |
2 | HOMEPAGE = "https://github.com/kjd/idna" | 2 | HOMEPAGE = "https://github.com/kjd/idna" |
3 | LICENSE = "BSD-3-Clause & Python-2.0 & Unicode" | 3 | LICENSE = "BSD-3-Clause & Python-2.0 & Unicode" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=782775b32f96098512e283fb5d4546cd" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=cf36c8682cc154d2d4aa57bd6246b9a1" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "2e9ae0b4a0b26d1747c6127cdb060bc1" | 6 | SRC_URI[md5sum] = "870b8b80267f00f0faf1b7ba4bdbf14e" |
7 | SRC_URI[sha256sum] = "c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407" | 7 | SRC_URI[sha256sum] = "7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb" |
8 | 8 | ||
9 | RDEPENDS_${PN}_class-target = "\ | 9 | RDEPENDS_${PN}_class-target = "\ |
10 | ${PYTHON_PN}-codecs \ | 10 | ${PYTHON_PN}-codecs \ |
diff --git a/meta-python/recipes-devtools/python/python3-idna_2.9.bb b/meta-python/recipes-devtools/python/python3-idna_2.9.bb new file mode 100644 index 0000000000..a08ca714ac --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-idna_2.9.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-idna.inc | ||