On Sat, 8 Jan 2022, 19:13 Romain Naour, wrote: > Hello Cyril, > > Le 08/01/2022 à 20:03, Cyril Bur a écrit : > > Hi Romain, > > > > Thanks for your interest. > > > > My employer has some custom packages which do depend on host python > > greenlet. > > > > I'm keen to avoid any forks (however small) of buildroot internally, it > > just makes life easier. > > I understand. > > It seems there is an exception in the tree (host-python-lxml), but you > have to > add at least a Config.in.host: > Ah sorry! Yep will do. > > > https://git.buildroot.net/buildroot/commit/?id=4f147ae0a0f940dfc7ec93af8e70b6625821d91d > > Also add a comment to explain why we don't have any package using it in > the tree. > Perfect will do. Thanks, Cyril > > I have marked this patch as "Changes Requested". > > Best regards, > Romain > > > > > > Cyril > > > > > > On Sat, 8 Jan 2022, 18:43 Romain Naour, wrote: > > > >> Hello, > >> > >> Le 23/06/2021 à 16:52, Cyril Bur a écrit : > >> > >> Why? > >> > >> There is not package using host-python-greenlet in the tree. > >> > >> Best regards, > >> Romain > >> > >>> Signed-off-by: Cyril Bur > >>> --- > >>> package/python-greenlet/python-greenlet.mk | 1 + > >>> 1 file changed, 1 insertion(+) > >>> > >>> diff --git a/package/python-greenlet/python-greenlet.mk > >> b/package/python-greenlet/python-greenlet.mk > >>> index 01d578a183..e90d1c0f56 100644 > >>> --- a/package/python-greenlet/python-greenlet.mk > >>> +++ b/package/python-greenlet/python-greenlet.mk > >>> @@ -12,3 +12,4 @@ PYTHON_GREENLET_LICENSE = MIT, PSF-2.0 > >>> PYTHON_GREENLET_LICENSE_FILES = LICENSE LICENSE.PSF > >>> > >>> $(eval $(python-package)) > >>> +$(eval $(host-python-package)) > >>> > >> > >> > > > >