diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb b/meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb index 2d6663fc86..9d31ab68c2 100644 --- a/meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb | |||
| @@ -15,7 +15,14 @@ SRC_URI[sha256sum] = "e1431d84a9cfb23e6773e72078ce8e65cad6745816d4cbf9ae67da5ea4 | |||
| 15 | 15 | ||
| 16 | inherit pkgconfig pypi python_setuptools_build_meta ptest | 16 | inherit pkgconfig pypi python_setuptools_build_meta ptest |
| 17 | 17 | ||
| 18 | RDEPENDS:${PN}-ptest += "python3-pytest python3-multiprocessing python3-psutil" | 18 | RDEPENDS:${PN}-ptest += "\ |
| 19 | python3-coverage \ | ||
| 20 | python3-pytest \ | ||
| 21 | python3-pytest-cov \ | ||
| 22 | python3-pytest-runner \ | ||
| 23 | python3-multiprocessing \ | ||
| 24 | python3-psutil \ | ||
| 25 | " | ||
| 19 | 26 | ||
| 20 | do_install_ptest() { | 27 | do_install_ptest() { |
| 21 | cp -rf ${S}/tests/ ${D}${PTEST_PATH}/ | 28 | cp -rf ${S}/tests/ ${D}${PTEST_PATH}/ |
