python3-parsimonious: Add ptest support

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-11-19 13:56:51 -08:00
parent dabe41647f
commit 204b8f1a34
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 7 additions and 1 deletions

View File

@ -54,6 +54,7 @@ PTESTS_FAST_META_PYTHON = "\
python3-outcome \
python3-parse \
python3-parse-type \
python3-parsimonious \
python3-platformdirs \
python3-polyline \
python3-portalocker \

View File

@ -8,6 +8,11 @@ SRC_URI[sha256sum] = "e080377d98957beec053580d38ae54fcdf7c470fb78670ba4bf8b5f9d5
DEPENDS += "python3-setuptools-scm-native"
inherit pypi python_setuptools_build_meta
inherit pypi python_setuptools_build_meta ptest-python-pytest
PTEST_PYTEST_DIR = "parsimonious/tests"
RDEPENDS:${PN} += "python3-regex"
# ModuleNotFoundError: No module named 'timeit'
RDEPENDS:${PN}-ptest += "python3-misc"