Date: Wed, 14 Dec 2022 21:02:42 +0900 (JST) From: Yasuhiro Kimura <yasu@FreeBSD.org> To: freebsd-questions@freebsd.org Subject: Re: Does glib really need python at runtime? Message-ID: <20221214.210242.2096530171743592661.yasu@FreeBSD.org> In-Reply-To: <aed2bf8d-2d3f-3905-bbe0-b844386a28e2@qeng-ho.org> References: <3e71a826-6fbd-30b6-2577-d400d0cb7eca@qeng-ho.org> <20221214.201104.1234506425110480502.yasu@FreeBSD.org> <aed2bf8d-2d3f-3905-bbe0-b844386a28e2@qeng-ho.org>
next in thread | previous in thread | raw e-mail | index | archive | help
From: Arthur Chance <freebsd@qeng-ho.org> Subject: Re: Does glib really need python at runtime? Date: Wed, 14 Dec 2022 11:46:29 +0000 >> glib-genmarshal and glib-mkenums are python script. So they require >> python to run. > > Yes, but they're build time utilities. They aren't used when building glib itself. They are used when building other program that depends on glib. To build such program, you need to run them. And that requires python. So it's runtime dependency from the viewpoint of glib. --- Yasuhiro Kimura
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20221214.210242.2096530171743592661.yasu>