attrs is required since aiohttp v3.0.0 .

Fixes: 35f441cec ("python3-aiohttp: version bump 1.2.0 -> 3.4.4")
Signed-off-by: Bastian Krause <[email protected]>
---
No changes since v2.
No changes since (implicit) v1.
---
 rules/python3-aiohttp.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/python3-aiohttp.in b/rules/python3-aiohttp.in
index f9a70b352..6e9d4a2db 100644
--- a/rules/python3-aiohttp.in
+++ b/rules/python3-aiohttp.in
@@ -8,6 +8,7 @@ config PYTHON3_AIOHTTP
        select PYTHON3_MULTIDICT        if RUNTIME
        select PYTHON3_YARL             if RUNTIME
        select PYTHON3_ASYNC_TIMEOUT    if RUNTIME
+       select PYTHON3_ATTRS            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