diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-propcache_0.2.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-propcache_0.2.1.bb | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/meta-python/recipes-devtools/python/python3-propcache_0.2.1.bb b/meta-python/recipes-devtools/python/python3-propcache_0.2.1.bb index 0ea24e8bc3..d15ead9205 100644 --- a/meta-python/recipes-devtools/python/python3-propcache_0.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-propcache_0.2.1.bb | |||
| @@ -5,26 +5,16 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "3f77ce728b19cb537714499928fe800c3dda29e8d9428778fc7c186da4c09a64" | 6 | SRC_URI[sha256sum] = "3f77ce728b19cb537714499928fe800c3dda29e8d9428778fc7c186da4c09a64" |
| 7 | 7 | ||
| 8 | inherit pypi python_setuptools_build_meta ptest cython | 8 | inherit pypi python_setuptools_build_meta ptest-python-pytest cython |
| 9 | |||
| 10 | SRC_URI += " \ | ||
| 11 | file://run-ptest \ | ||
| 12 | " | ||
| 13 | 9 | ||
| 14 | DEPENDS += " \ | 10 | DEPENDS += " \ |
| 15 | python3-expandvars-native \ | 11 | python3-expandvars-native \ |
| 16 | " | 12 | " |
| 17 | 13 | ||
| 18 | RDEPENDS:${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
| 19 | python3-pytest \ | ||
| 20 | python3-pytest-codspeed \ | 15 | python3-pytest-codspeed \ |
| 21 | python3-pytest-xdist \ | 16 | python3-pytest-xdist \ |
| 22 | python3-rich \ | 17 | python3-rich \ |
| 23 | python3-statistics \ | 18 | python3-statistics \ |
| 24 | python3-unittest-automake-output \ | ||
| 25 | " | 19 | " |
| 26 | 20 | ||
| 27 | do_install_ptest() { | ||
| 28 | install -d ${D}${PTEST_PATH}/tests | ||
| 29 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 30 | } | ||
