diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-17 06:53:57 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-17 06:53:57 +0000 |
| commit | 6c84bfcad2d05e619190e2b5c5d99230d7eefe42 (patch) | |
| tree | 3982ae16c24a5f83d7559c7d0b275a3e2f7f7c16 /dev-python/aiohttp | |
| parent | 165886e7f909438909cedb202ba33f49304be278 (diff) | |
| download | baldeagleos-repo-6c84bfcad2d05e619190e2b5c5d99230d7eefe42.tar.gz baldeagleos-repo-6c84bfcad2d05e619190e2b5c5d99230d7eefe42.tar.xz baldeagleos-repo-6c84bfcad2d05e619190e2b5c5d99230d7eefe42.zip | |
Adding metadata
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 |
