diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-filelock_3.20.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-filelock_3.20.2.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-filelock_3.20.2.bb b/meta-python/recipes-devtools/python/python3-filelock_3.20.2.bb index 75eb16635c..2a0af552b6 100644 --- a/meta-python/recipes-devtools/python/python3-filelock_3.20.2.bb +++ b/meta-python/recipes-devtools/python/python3-filelock_3.20.2.bb | |||
| @@ -5,11 +5,12 @@ HOMEPAGE = "https://py-filelock.readthedocs.io/" | |||
| 5 | LICENSE = "Unlicense" | 5 | LICENSE = "Unlicense" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=911690f51af322440237a253d695d19f" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=911690f51af322440237a253d695d19f" |
| 7 | 7 | ||
| 8 | SRC_URI += "file://run-ptest" | ||
| 8 | SRC_URI[sha256sum] = "a2241ff4ddde2a7cebddf78e39832509cb045d18ec1a09d7248d6bfc6bfbbe64" | 9 | SRC_URI[sha256sum] = "a2241ff4ddde2a7cebddf78e39832509cb045d18ec1a09d7248d6bfc6bfbbe64" |
| 9 | 10 | ||
| 10 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
| 11 | 12 | ||
| 12 | inherit pypi python_hatchling | 13 | inherit pypi python_hatchling ptest-python-pytest |
| 13 | 14 | ||
| 14 | DEPENDS += "\ | 15 | DEPENDS += "\ |
| 15 | python3-hatch-vcs-native \ | 16 | python3-hatch-vcs-native \ |
| @@ -20,3 +21,9 @@ RDEPENDS:${PN} += " \ | |||
| 20 | python3-logging \ | 21 | python3-logging \ |
| 21 | python3-asyncio \ | 22 | python3-asyncio \ |
| 22 | " | 23 | " |
| 24 | |||
| 25 | RDEPENDS:${PN}-ptest += " \ | ||
| 26 | python3-pytest-asyncio \ | ||
| 27 | python3-pytest-mock \ | ||
| 28 | python3-virtualenv \ | ||
| 29 | " | ||
