diff options
author | 2019-04-20 11:30:35 +0200 | |
---|---|---|
committer | 2019-04-20 13:12:08 +0200 | |
commit | 7ab150c0ab141bef4a8826fbf90e83af25ffdd9b (patch) | |
tree | 89e80ebaa72250578b294ea50b5d966a7c6e0e17 /dev-python/aiohttp-cors | |
parent | x11-libs/pango: use HTTPS (diff) | |
download | gentoo-7ab150c0ab141bef4a8826fbf90e83af25ffdd9b.tar.gz gentoo-7ab150c0ab141bef4a8826fbf90e83af25ffdd9b.tar.bz2 gentoo-7ab150c0ab141bef4a8826fbf90e83af25ffdd9b.zip |
*/*: Remove last vestiges of python3_4
Closes: https://github.com/gentoo/gentoo/pull/11755
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/aiohttp-cors')
-rw-r--r-- | dev-python/aiohttp-cors/aiohttp-cors-0.5.3.ebuild | 3 | ||||
-rw-r--r-- | dev-python/aiohttp-cors/aiohttp-cors-0.6.0.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/aiohttp-cors/aiohttp-cors-0.5.3.ebuild b/dev-python/aiohttp-cors/aiohttp-cors-0.5.3.ebuild index f4dba43d46b1..25e033410ba1 100644 --- a/dev-python/aiohttp-cors/aiohttp-cors-0.5.3.ebuild +++ b/dev-python/aiohttp-cors/aiohttp-cors-0.5.3.ebuild @@ -17,8 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -RDEPEND=">=dev-python/aiohttp-1.1.1[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/typing[${PYTHON_USEDEP}]' python3_4)" +RDEPEND=">=dev-python/aiohttp-1.1.1[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( diff --git a/dev-python/aiohttp-cors/aiohttp-cors-0.6.0.ebuild b/dev-python/aiohttp-cors/aiohttp-cors-0.6.0.ebuild index 4c3301227c0e..2ef943a0aea3 100644 --- a/dev-python/aiohttp-cors/aiohttp-cors-0.6.0.ebuild +++ b/dev-python/aiohttp-cors/aiohttp-cors-0.6.0.ebuild @@ -17,8 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -RDEPEND=">=dev-python/aiohttp-1.1.1[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/typing[${PYTHON_USEDEP}]' python3_4)" +RDEPEND=">=dev-python/aiohttp-1.1.1[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( |