None of these packages are actually required during build/install.

Signed-off-by: Bastian Krause <[email protected]>
---
No changes since v2.
No changes since (implicit) v1.
---
 rules/python3-aiohttp.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules/python3-aiohttp.in b/rules/python3-aiohttp.in
index 17b9cec25..f9a70b352 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
-- 
2.28.0


_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to