summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-02-11 08:38:27 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-02-11 08:38:27 +0100
commit62c49f4ca8cc7850b6591956e6bebabb21a17888 (patch)
treed1ddc18a20dd47b3205188d9596e8394c2d06ebf
parent14934eace610b075d50229ab651511cd6faee838 (diff)
downloadptxdist-62c49f4ca8cc7850b6591956e6bebabb21a17888.tar.gz
ptxdist-62c49f4ca8cc7850b6591956e6bebabb21a17888.tar.xz
python3-simplegeneric: add missing dependency
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/python3-simplegeneric.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/python3-simplegeneric.in b/rules/python3-simplegeneric.in
index 600112807..c229911f2 100644
--- a/rules/python3-simplegeneric.in
+++ b/rules/python3-simplegeneric.in
@@ -3,6 +3,7 @@
config PYTHON3_SIMPLEGENERIC
tristate
select PYTHON3
+ select HOST_PYTHON3_SETUPTOOLS
prompt "simplegeneric"
help
Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)