mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] python3-setuptools: don't install exe files
@ 2021-08-18  8:06 Lars Pedersen
  2021-10-07 10:18 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Lars Pedersen @ 2021-08-18  8:06 UTC (permalink / raw)
  To: ptxdist; +Cc: Lars Pedersen

Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
---
 rules/python3-setuptools.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/python3-setuptools.make b/rules/python3-setuptools.make
index f16368a99..85e42ce97 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)
 
-- 
2.31.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] python3-setuptools: don't install exe files
  2021-08-18  8:06 [ptxdist] [PATCH] python3-setuptools: don't install exe files Lars Pedersen
@ 2021-10-07 10:18 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2021-10-07 10:18 UTC (permalink / raw)
  To: ptxdist; +Cc: Lars Pedersen

Thanks, applied as 6a46724f4b27f2282d9af403ec4c53bc83f97ff9.

Michael

[sent from post-receive hook]

On Thu, 07 Oct 2021 12:18:25 +0200, Lars Pedersen <lapeddk@gmail.com> wrote:
> Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
> Message-Id: <20210818080652.668423-1-lapeddk@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-07 10:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-18  8:06 [ptxdist] [PATCH] python3-setuptools: don't install exe files Lars Pedersen
2021-10-07 10:18 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox