From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from gallifrey.ext.pengutronix.de ([2001:67c:670:201:5054:ff:fe8d:eefb] helo=localhost) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kfiPP-00014m-7g for ptxdist@pengutronix.de; Thu, 19 Nov 2020 12:47:27 +0100 Message-ID: From: Lucas Stach Date: Thu, 19 Nov 2020 12:47:26 +0100 In-Reply-To: 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 Am Donnerstag, den 19.11.2020, 12:35 +0100 schrieb Philipp Zabel: > 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? Yes, it is ... > > 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"? ... however SSL is a suboption of the python3 package, which is not a runtime only dependency, so adding "if RUNTIME" to this single option doesn't buy us anything, right? Regards, Lucas _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de