diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-06-28 16:45:18 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-29 08:23:13 -0700 |
commit | 3a78e76383bcf61633cff53fc6430497af1fe34c (patch) | |
tree | ceee737caf68d143ac5315baa156cc317bb4169b /meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.1.bb | |
parent | 2618dd1550779d05209046f49963a1b613e0c2fc (diff) | |
download | meta-openembedded-3a78e76383bcf61633cff53fc6430497af1fe34c.tar.gz |
python3-backports-functools-lru-cache: 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-backports-functools-lru-cache_1.6.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.1.bb | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.1.bb b/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.1.bb index c95a759ab..e967958c0 100644 --- a/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.1.bb +++ b/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.1.bb | |||
@@ -11,7 +11,20 @@ SRC_URI[sha256sum] = "8fde5f188da2d593bd5bc0be98d9abc46c95bb8a9dde93429570192ee6 | |||
11 | 11 | ||
12 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 12 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" |
13 | 13 | ||
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 ptest |
15 | |||
16 | SRC_URI += " \ | ||
17 | file://run-ptest \ | ||
18 | " | ||
19 | |||
20 | RDEPENDS_${PN}-ptest += " \ | ||
21 | ${PYTHON_PN}-pytest \ | ||
22 | " | ||
23 | |||
24 | do_install_ptest() { | ||
25 | install -d ${D}${PTEST_PATH}/tests | ||
26 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
27 | } | ||
15 | 28 | ||
16 | RDEPENDS_${PN} += "\ | 29 | RDEPENDS_${PN} += "\ |
17 | ${PYTHON_PN}-pickle \ | 30 | ${PYTHON_PN}-pickle \ |