From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from lupine.hi.pengutronix.de ([2001:67c:670:100:3ad5:47ff:feaf:1a17] helo=lupine) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kfiDP-000807-FS for ptxdist@pengutronix.de; Thu, 19 Nov 2020 12:35:03 +0100 Received: from pza by lupine with local (Exim 4.92) (envelope-from ) id 1kfiDP-0003lo-4d for ptxdist@pengutronix.de; Thu, 19 Nov 2020 12:35:03 +0100 Message-ID: From: Philipp Zabel Date: Thu, 19 Nov 2020 12:35:03 +0100 In-Reply-To: <20201119104055.31981-1-l.stach@pengutronix.de> References: <20201119104055.31981-1-l.stach@pengutronix.de> MIME-Version: 1.0 Subject: Re: [ptxdist] [PATCH] piglit: add PYTHON3_SSL dependency List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de On Thu, 2020-11-19 at 11:40 +0100, Lucas Stach wrote: > Newer versions of the piglit runner require hashlib on the target. Is this a run-time only dependency? > Signed-off-by: Lucas Stach > --- > rules/piglit.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/rules/piglit.in b/rules/piglit.in > index c4414d545cc2..397585c5d26b 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 If so, append "if RUNTIME"? regards Philipp _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de