diff options
Diffstat (limited to 'dev-python/aiohttp')
| -rw-r--r-- | dev-python/aiohttp/aiohttp-3.11.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aiohttp/aiohttp-3.11.12.ebuild b/dev-python/aiohttp/aiohttp-3.11.12.ebuild index 7ff90c02861c..a0fbae8f985c 100644 --- a/dev-python/aiohttp/aiohttp-3.11.12.ebuild +++ b/dev-python/aiohttp/aiohttp-3.11.12.ebuild @@ -123,7 +123,7 @@ python_test() { # upstream unconditionally blocks building C extensions # on PyPy3 but the test suite needs an explicit switch - if [[ ${EPYTHON} == pypy3 ]] || ! use native-extensions; then + if [[ ${EPYTHON} == pypy3* ]] || ! use native-extensions; then local -x AIOHTTP_NO_EXTENSIONS=1 fi |
