mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] python3-gi: do not skip python files during installation
@ 2022-06-17 11:51 Enrico Jorns
  2022-06-20  6:20 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Enrico Jorns @ 2022-06-17 11:51 UTC (permalink / raw)
  To: ptxdist; +Cc: ejo

Otherwise the package is not usable since no pycache files are generated
by meson.

Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
---
 rules/python3-gi.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/python3-gi.make b/rules/python3-gi.make
index 6dc6d96fe..b7b625064 100644
--- a/rules/python3-gi.make
+++ b/rules/python3-gi.make
@@ -61,7 +61,7 @@ $(STATEDIR)/python3-gi.targetinstall:
 	@$(call install_fixup, python3-gi,DESCRIPTION,missing)
 
 	@$(call install_glob, python3-gi, 0, 0, -, \
-		$(PYTHON3_SITEPACKAGES)/gi,, *.py *.la)
+		$(PYTHON3_SITEPACKAGES)/gi,, *.la)
 
 	@$(call install_finish, python3-gi)
 
-- 
2.30.2




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

* Re: [ptxdist] [APPLIED] python3-gi: do not skip python files during installation
  2022-06-17 11:51 [ptxdist] [PATCH] python3-gi: do not skip python files during installation Enrico Jorns
@ 2022-06-20  6:20 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-06-20  6:20 UTC (permalink / raw)
  To: ptxdist; +Cc: Enrico Jorns

Thanks, applied as dd49c3272ddbfbe284868917e2af02e7605bccbe.

Michael

[sent from post-receive hook]

On Mon, 20 Jun 2022 08:20:03 +0200, Enrico Jorns <ejo@pengutronix.de> wrote:
> Otherwise the package is not usable since no pycache files are generated
> by meson.
> 
> Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
> Message-Id: <20220617115123.1530235-1-ejo@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/python3-gi.make b/rules/python3-gi.make
> index 6dc6d96fefe1..b7b625064540 100644
> --- a/rules/python3-gi.make
> +++ b/rules/python3-gi.make
> @@ -61,7 +61,7 @@ $(STATEDIR)/python3-gi.targetinstall:
>  	@$(call install_fixup, python3-gi,DESCRIPTION,missing)
>  
>  	@$(call install_glob, python3-gi, 0, 0, -, \
> -		$(PYTHON3_SITEPACKAGES)/gi,, *.py *.la)
> +		$(PYTHON3_SITEPACKAGES)/gi,, *.la)
>  
>  	@$(call install_finish, python3-gi)
>  



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

end of thread, other threads:[~2022-06-20  6:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-17 11:51 [ptxdist] [PATCH] python3-gi: do not skip python files during installation Enrico Jorns
2022-06-20  6:20 ` [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