summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-03-06 09:23:06 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-03-06 09:25:22 +0100
commit900ef74873faef3487e5cd36f854f654c8db52a2 (patch)
tree2d93d03ddf44bc37f8af10a3d2ccea540b3ebab3
parentb74751a8ef8e5c5faac2fff7f6746a5303b242da (diff)
downloadptxdist-900ef74873faef3487e5cd36f854f654c8db52a2.tar.gz
ptxdist-900ef74873faef3487e5cd36f854f654c8db52a2.tar.xz
python3-pytest: add missing dependency
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/python3-pytest.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/python3-pytest.in b/rules/python3-pytest.in
index e92a6eeba..292c0f183 100644
--- a/rules/python3-pytest.in
+++ b/rules/python3-pytest.in
@@ -2,6 +2,7 @@
config PYTHON3_PYTEST
tristate
+ select HOST_PYTHON3_SETUPTOOLS_SCM
select PYTHON3
select PYTHON3_ATTRS if RUNTIME
select PYTHON3_MORE_ITERTOOLS if RUNTIME