summaryrefslogtreecommitdiff
path: root/dev-python/async_timeout/async_timeout-3.0.1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-07-30 01:41:23 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-07-30 01:41:23 +0000
commita20965c6f82e0f7bb67db7d2be8f89a7145d49dc (patch)
tree8fadb5afd886e98070fe3b65fddb01b35b1caf9d /dev-python/async_timeout/async_timeout-3.0.1.ebuild
parent17d604ac8d8ab4a007e77ab91242385af35ca659 (diff)
downloadbaldeagleos-repo-a20965c6f82e0f7bb67db7d2be8f89a7145d49dc.tar.gz
baldeagleos-repo-a20965c6f82e0f7bb67db7d2be8f89a7145d49dc.tar.xz
baldeagleos-repo-a20965c6f82e0f7bb67db7d2be8f89a7145d49dc.zip
Adding metadata
Diffstat (limited to 'dev-python/async_timeout/async_timeout-3.0.1.ebuild')
-rw-r--r--dev-python/async_timeout/async_timeout-3.0.1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
index 07fd42a1a79b..4e171b150fb1 100644
--- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
PYTHON_COMPAT=( python3_{6,7,8,9,10} )
inherit distutils-r1
@@ -20,8 +21,11 @@ BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
+PATCHES=( "${FILESDIR}/${P}-fix-py3.10.patch" )
+
distutils_enable_tests pytest
python_prepare_all() {