diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cachetools_5.5.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cachetools_5.5.1.bb | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cachetools_5.5.1.bb b/meta-python/recipes-devtools/python/python3-cachetools_5.5.1.bb index a652d2d333..6c49844f3e 100644 --- a/meta-python/recipes-devtools/python/python3-cachetools_5.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-cachetools_5.5.1.bb | |||
| @@ -8,26 +8,12 @@ SECTION = "devel/python" | |||
| 8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=539275e657c6b7af026bb908356f7541" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=539275e657c6b7af026bb908356f7541" |
| 10 | 10 | ||
| 11 | inherit pypi python_setuptools_build_meta ptest | 11 | inherit pypi python_setuptools_build_meta ptest-python-pytest |
| 12 | |||
| 13 | SRC_URI += " \ | ||
| 14 | file://run-ptest \ | ||
| 15 | " | ||
| 16 | 12 | ||
| 17 | RDEPENDS:${PN} += " \ | 13 | RDEPENDS:${PN} += " \ |
| 18 | python3-math \ | 14 | python3-math \ |
| 19 | " | 15 | " |
| 20 | 16 | ||
| 21 | RDEPENDS:${PN}-ptest += " \ | ||
| 22 | python3-pytest \ | ||
| 23 | python3-unittest-automake-output \ | ||
| 24 | " | ||
| 25 | |||
| 26 | do_install_ptest() { | ||
| 27 | install -d ${D}${PTEST_PATH}/tests | ||
| 28 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 29 | } | ||
| 30 | |||
| 31 | SRC_URI[sha256sum] = "70f238fbba50383ef62e55c6aff6d9673175fe59f7c6782c7a0b9e38f4a9df95" | 17 | SRC_URI[sha256sum] = "70f238fbba50383ef62e55c6aff6d9673175fe59f7c6782c7a0b9e38f4a9df95" |
| 32 | 18 | ||
| 33 | BBCLASSEXTEND = "native nativesdk" | 19 | BBCLASSEXTEND = "native nativesdk" |
