summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2020-11-19 11:40:55 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-11-20 11:37:24 +0100
commitabfa8116f37e1a180539f2d633fc06e1714ec4dd (patch)
treeb6ad709f036ddc5badecf09550aa68cfa90db2a5
parent1814b00bb3380d30ec6cf87c319f6fc819c7cd77 (diff)
downloadptxdist-abfa8116f37e1a180539f2d633fc06e1714ec4dd.tar.gz
ptxdist-abfa8116f37e1a180539f2d633fc06e1714ec4dd.tar.xz
piglit: add PYTHON3_SSL dependency
Newer versions of the piglit runner require hashlib on the target. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Message-Id: <20201119104055.31981-1-l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/piglit.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/piglit.in b/rules/piglit.in
index c4414d545..397585c5d 100644
--- a/rules/piglit.in
+++ b/rules/piglit.in
@@ -15,6 +15,7 @@ menuconfig PIGLIT
select PYTHON3_LZMA
select PYTHON3_MAKO
select PYTHON3_SIX
+ select PYTHON3_SSL
select WAFFLE
select WAYLAND if PIGLIT_WAYLAND
select LIBXKBCOMMON if PIGLIT_WAYLAND