diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-06-30 09:17:30 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-07-03 18:07:05 -0700 |
| commit | c1f2064610a467e1495977b150b0db8fdfe33898 (patch) | |
| tree | fa0e7a6fb8480d1bed4f8e47e342326525e53288 /meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb | |
| parent | 81754bc54fa69265cda2f79ced1a5de616425f16 (diff) | |
| download | meta-openembedded-c1f2064610a467e1495977b150b0db8fdfe33898.tar.gz | |
python3-cbor2: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb index b42516b7d4..8125399418 100644 --- a/meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb | |||
| @@ -6,7 +6,21 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca | |||
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "43ce11e8c2fe4971d386d1a60cf83bfa0a4a667b97668ba76acbf5e6398821aa" | 7 | SRC_URI[sha256sum] = "43ce11e8c2fe4971d386d1a60cf83bfa0a4a667b97668ba76acbf5e6398821aa" |
| 8 | 8 | ||
| 9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 ptest |
| 10 | |||
| 11 | SRC_URI += " \ | ||
| 12 | file://run-ptest \ | ||
| 13 | " | ||
| 14 | |||
| 15 | RDEPENDS_${PN}-ptest += " \ | ||
| 16 | ${PYTHON_PN}-pytest \ | ||
| 17 | ${PYTHON_PN}-unixadmin \ | ||
| 18 | " | ||
| 19 | |||
| 20 | do_install_ptest() { | ||
| 21 | install -d ${D}${PTEST_PATH}/tests | ||
| 22 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 23 | } | ||
| 10 | 24 | ||
| 11 | RDEPENDS_${PN} += " \ | 25 | RDEPENDS_${PN} += " \ |
| 12 | ${PYTHON_PN}-datetime \ | 26 | ${PYTHON_PN}-datetime \ |
