diff options
author | 2020-06-12 17:36:58 +0200 | |
---|---|---|
committer | 2020-06-12 17:40:19 +0200 | |
commit | 0c9db6a25078b74285482468107c026398e47947 (patch) | |
tree | 07f63f3ddaf296ce8721e765f4cd79dc346cfa8f /dev-python | |
parent | dev-python/aiohttp: Port to py3.9 (diff) | |
download | gentoo-0c9db6a25078b74285482468107c026398e47947.tar.gz gentoo-0c9db6a25078b74285482468107c026398e47947.tar.bz2 gentoo-0c9db6a25078b74285482468107c026398e47947.zip |
dev-python/pytest-aiohttp: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild index 733b6f0e1963..beda1c97ad55 100644 --- a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild +++ b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 @@ -17,10 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="" -CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${CDEPEND}" RDEPEND=" - ${CDEPEND} >=dev-python/pytest-5.4[${PYTHON_USEDEP}] >=dev-python/aiohttp-0.22.0[${PYTHON_USEDEP}] " |