diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb b/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb index 0a36ffe1bd..baec105a3e 100644 --- a/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb | |||
| @@ -22,7 +22,7 @@ DEPENDS += " \ | |||
| 22 | ${PYTHON_PN}-six \ | 22 | ${PYTHON_PN}-six \ |
| 23 | " | 23 | " |
| 24 | 24 | ||
| 25 | RDEPENDS_${PN} += " \ | 25 | RDEPENDS:${PN} += " \ |
| 26 | ${PYTHON_PN}-cffi \ | 26 | ${PYTHON_PN}-cffi \ |
| 27 | ${PYTHON_PN}-idna \ | 27 | ${PYTHON_PN}-idna \ |
| 28 | ${PYTHON_PN}-asn1crypto \ | 28 | ${PYTHON_PN}-asn1crypto \ |
| @@ -30,7 +30,7 @@ RDEPENDS_${PN} += " \ | |||
| 30 | ${PYTHON_PN}-six \ | 30 | ${PYTHON_PN}-six \ |
| 31 | " | 31 | " |
| 32 | 32 | ||
| 33 | RDEPENDS_${PN}_class-target += " \ | 33 | RDEPENDS:${PN}:class-target += " \ |
| 34 | ${PYTHON_PN}-cffi \ | 34 | ${PYTHON_PN}-cffi \ |
| 35 | ${PYTHON_PN}-idna \ | 35 | ${PYTHON_PN}-idna \ |
| 36 | ${PYTHON_PN}-numbers \ | 36 | ${PYTHON_PN}-numbers \ |
| @@ -40,7 +40,7 @@ RDEPENDS_${PN}_class-target += " \ | |||
| 40 | ${PYTHON_PN}-threading \ | 40 | ${PYTHON_PN}-threading \ |
| 41 | " | 41 | " |
| 42 | 42 | ||
| 43 | RDEPENDS_${PN}-ptest += " \ | 43 | RDEPENDS:${PN}-ptest += " \ |
| 44 | ${PN} \ | 44 | ${PN} \ |
| 45 | ${PYTHON_PN}-cryptography-vectors \ | 45 | ${PYTHON_PN}-cryptography-vectors \ |
| 46 | ${PYTHON_PN}-iso8601 \ | 46 | ${PYTHON_PN}-iso8601 \ |
| @@ -58,7 +58,7 @@ do_install_ptest() { | |||
| 58 | cp -rf ${S}/tests/hazmat/* ${D}${PTEST_PATH}/tests/hazmat/ | 58 | cp -rf ${S}/tests/hazmat/* ${D}${PTEST_PATH}/tests/hazmat/ |
| 59 | } | 59 | } |
| 60 | 60 | ||
| 61 | FILES_${PN}-dbg += " \ | 61 | FILES:${PN}-dbg += " \ |
| 62 | ${libdir}/${PYTHON_PN}2.7/site-packages/${SRCNAME}/hazmat/bindings/.debug \ | 62 | ${libdir}/${PYTHON_PN}2.7/site-packages/${SRCNAME}/hazmat/bindings/.debug \ |
| 63 | " | 63 | " |
| 64 | 64 | ||
