summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-pyasn1.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python-pyasn1.inc')
-rw-r--r--meta/recipes-devtools/python/python-pyasn1.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/python/python-pyasn1.inc b/meta/recipes-devtools/python/python-pyasn1.inc
index 52fd98589d..530ff1c7c3 100644
--- a/meta/recipes-devtools/python/python-pyasn1.inc
+++ b/meta/recipes-devtools/python/python-pyasn1.inc
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=190f79253908c986e6cacf380c3a5f6d"
6SRC_URI[sha256sum] = "6d391a96e59b23130a5cfa74d6fd7f388dbbe26cc8f1edf39fdddf08d9d6676c" 6SRC_URI[sha256sum] = "6d391a96e59b23130a5cfa74d6fd7f388dbbe26cc8f1edf39fdddf08d9d6676c"
7 7
8RDEPENDS:${PN}:class-target += " \ 8RDEPENDS:${PN}:class-target += " \
9 ${PYTHON_PN}-codecs \ 9 python3-codecs \
10 ${PYTHON_PN}-logging \ 10 python3-logging \
11 ${PYTHON_PN}-math \ 11 python3-math \
12 ${PYTHON_PN}-shell \ 12 python3-shell \
13" 13"
14 14
15BBCLASSEXTEND = "native nativesdk" 15BBCLASSEXTEND = "native nativesdk"
@@ -21,8 +21,8 @@ SRC_URI += " \
21 " 21 "
22 22
23RDEPENDS:${PN}-ptest += " \ 23RDEPENDS:${PN}-ptest += " \
24 ${PYTHON_PN}-pytest \ 24 python3-pytest \
25 ${PYTHON_PN}-unittest-automake-output \ 25 python3-unittest-automake-output \
26" 26"
27 27
28do_install_ptest() { 28do_install_ptest() {