From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 07 Oct 2021 12:19:26 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mYQUo-0006SK-Ch for lore@lore.pengutronix.de; Thu, 07 Oct 2021 12:19:26 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mYQUn-0005lZ-TY; Thu, 07 Oct 2021 12:19:25 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mYQTq-0004iA-Kk; Thu, 07 Oct 2021 12:18:26 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mYQTq-0005xo-3O; Thu, 07 Oct 2021 12:18:26 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mYQTq-00GT6J-0G; Thu, 07 Oct 2021 12:18:26 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 7 Oct 2021 12:18:25 +0200 Message-Id: <20211007101825.3925068-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210818080652.668423-1-lapeddk@gmail.com> References: <20210818080652.668423-1-lapeddk@gmail.com> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] python3-setuptools: don't install exe files X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Lars Pedersen Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 6a46724f4b27f2282d9af403ec4c53bc83f97ff9. Michael [sent from post-receive hook] On Thu, 07 Oct 2021 12:18:25 +0200, Lars Pedersen wrote: > Signed-off-by: Lars Pedersen > Message-Id: <20210818080652.668423-1-lapeddk@gmail.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/python3-setuptools.make b/rules/python3-setuptools.make > index f16368a992f4..85e42ce97873 100644 > --- a/rules/python3-setuptools.make > +++ b/rules/python3-setuptools.make > @@ -45,7 +45,7 @@ $(STATEDIR)/python3-setuptools.targetinstall: > @$(call install_fixup, python3-setuptools,DESCRIPTION,missing) > > @$(call install_glob,python3-setuptools, 0, 0, -, \ > - $(PYTHON3_SITEPACKAGES),, *.py) > + $(PYTHON3_SITEPACKAGES),, *.py *.exe) > > @$(call install_finish, python3-setuptools) > _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de