diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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 | ||
