diff options
Diffstat (limited to 'meta/recipes-devtools/python/python-pyasn1.inc')
-rw-r--r-- | meta/recipes-devtools/python/python-pyasn1.inc | 12 |
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" | |||
6 | SRC_URI[sha256sum] = "6d391a96e59b23130a5cfa74d6fd7f388dbbe26cc8f1edf39fdddf08d9d6676c" | 6 | SRC_URI[sha256sum] = "6d391a96e59b23130a5cfa74d6fd7f388dbbe26cc8f1edf39fdddf08d9d6676c" |
7 | 7 | ||
8 | RDEPENDS:${PN}:class-target += " \ | 8 | RDEPENDS:${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 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
@@ -21,8 +21,8 @@ SRC_URI += " \ | |||
21 | " | 21 | " |
22 | 22 | ||
23 | RDEPENDS:${PN}-ptest += " \ | 23 | RDEPENDS:${PN}-ptest += " \ |
24 | ${PYTHON_PN}-pytest \ | 24 | python3-pytest \ |
25 | ${PYTHON_PN}-unittest-automake-output \ | 25 | python3-unittest-automake-output \ |
26 | " | 26 | " |
27 | 27 | ||
28 | do_install_ptest() { | 28 | do_install_ptest() { |