summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-idna_3.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-idna_3.7.bb')
-rw-r--r--meta/recipes-devtools/python/python3-idna_3.7.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-idna_3.7.bb b/meta/recipes-devtools/python/python3-idna_3.7.bb
index 20c92d6537..713e803d03 100644
--- a/meta/recipes-devtools/python/python3-idna_3.7.bb
+++ b/meta/recipes-devtools/python/python3-idna_3.7.bb
@@ -5,8 +5,15 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=204c0612e40a4dd46012a78d02c80fb1"
5 5
6SRC_URI[sha256sum] = "028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc" 6SRC_URI[sha256sum] = "028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"
7 7
8inherit pypi python_flit_core 8SRC_URI += "file://run-ptest"
9
10inherit pypi python_flit_core ptest
11
12do_install_ptest() {
13 cp -r ${S}/tests ${D}${PTEST_PATH}/
14}
9 15
10RDEPENDS:${PN} += "python3-codecs" 16RDEPENDS:${PN} += "python3-codecs"
17RDEPENDS:${PN}-ptest += "python3-unittest-automake-output"
11 18
12BBCLASSEXTEND = "native nativesdk" 19BBCLASSEXTEND = "native nativesdk"