Thanks, applied as a3fd373d0a2cafa13dc26d41e23bffbe3901ddf0. Michael
[sent from post-receive hook] On Tue, 06 Oct 2020 10:18:43 +0200, Bastian Krause <[email protected]> wrote: > None of these packages are actually required during build/install. > > Signed-off-by: Bastian Krause <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/python3-aiohttp.in b/rules/python3-aiohttp.in > index 17b9cec252e7..f9a70b352d3d 100644 > --- a/rules/python3-aiohttp.in > +++ b/rules/python3-aiohttp.in > @@ -4,10 +4,10 @@ config PYTHON3_AIOHTTP > tristate > select PYTHON3 > select PYTHON3_SSL > - select PYTHON3_CHARDET > - select PYTHON3_MULTIDICT > - select PYTHON3_YARL > - select PYTHON3_ASYNC_TIMEOUT > + select PYTHON3_CHARDET if RUNTIME > + select PYTHON3_MULTIDICT if RUNTIME > + select PYTHON3_YARL if RUNTIME > + select PYTHON3_ASYNC_TIMEOUT if RUNTIME > prompt "aiohttp" > help > http client/server for asyncio _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
