diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-11-19 13:56:51 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-19 14:03:48 -0800 |
| commit | 204b8f1a3435c3476b9132247ac423354676fb7e (patch) | |
| tree | 8e2a6322a5ac8aa34410e9f5bb68369f6765f643 /meta-python/recipes-devtools/python/python3-parsimonious_0.11.0.bb | |
| parent | dabe41647fb72e9ae134f5f2dde514f959b81ee7 (diff) | |
| download | meta-openembedded-master.tar.gz | |
python3-parsimonious: Add ptest supportHEADwhinlattermaster
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-parsimonious_0.11.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-parsimonious_0.11.0.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-parsimonious_0.11.0.bb b/meta-python/recipes-devtools/python/python3-parsimonious_0.11.0.bb index e9da557967..0376b5066a 100644 --- a/meta-python/recipes-devtools/python/python3-parsimonious_0.11.0.bb +++ b/meta-python/recipes-devtools/python/python3-parsimonious_0.11.0.bb | |||
| @@ -8,6 +8,11 @@ SRC_URI[sha256sum] = "e080377d98957beec053580d38ae54fcdf7c470fb78670ba4bf8b5f9d5 | |||
| 8 | 8 | ||
| 9 | DEPENDS += "python3-setuptools-scm-native" | 9 | DEPENDS += "python3-setuptools-scm-native" |
| 10 | 10 | ||
| 11 | inherit pypi python_setuptools_build_meta | 11 | inherit pypi python_setuptools_build_meta ptest-python-pytest |
| 12 | |||
| 13 | PTEST_PYTEST_DIR = "parsimonious/tests" | ||
| 12 | 14 | ||
| 13 | RDEPENDS:${PN} += "python3-regex" | 15 | RDEPENDS:${PN} += "python3-regex" |
| 16 | |||
| 17 | # ModuleNotFoundError: No module named 'timeit' | ||
| 18 | RDEPENDS:${PN}-ptest += "python3-misc" | ||
