summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/conf/include/ptest-packagelists-meta-python.inc1
-rw-r--r--meta-python/recipes-devtools/python/python3-parsimonious_0.11.0.bb7
2 files changed, 7 insertions, 1 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index 1b7e14b9b6..ad179ccf56 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -54,6 +54,7 @@ PTESTS_FAST_META_PYTHON = "\
54 python3-outcome \ 54 python3-outcome \
55 python3-parse \ 55 python3-parse \
56 python3-parse-type \ 56 python3-parse-type \
57 python3-parsimonious \
57 python3-platformdirs \ 58 python3-platformdirs \
58 python3-polyline \ 59 python3-polyline \
59 python3-portalocker \ 60 python3-portalocker \
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
9DEPENDS += "python3-setuptools-scm-native" 9DEPENDS += "python3-setuptools-scm-native"
10 10
11inherit pypi python_setuptools_build_meta 11inherit pypi python_setuptools_build_meta ptest-python-pytest
12
13PTEST_PYTEST_DIR = "parsimonious/tests"
12 14
13RDEPENDS:${PN} += "python3-regex" 15RDEPENDS:${PN} += "python3-regex"
16
17# ModuleNotFoundError: No module named 'timeit'
18RDEPENDS:${PN}-ptest += "python3-misc"