summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-17 08:49:16 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-17 09:07:48 +0100
commitfd2f2efe2b2974acbc1fb73f8b7c90ad4a7af3b2 (patch)
tree73d4e609660ff4a1d766857620762155bb21d2b7 /dev-python/txaio
parentdev-python/treq: Clean py2 deps up (diff)
downloadgentoo-fd2f2efe2b2974acbc1fb73f8b7c90ad4a7af3b2.tar.gz
gentoo-fd2f2efe2b2974acbc1fb73f8b7c90ad4a7af3b2.tar.bz2
gentoo-fd2f2efe2b2974acbc1fb73f8b7c90ad4a7af3b2.zip
dev-python/txaio: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/txaio')
-rw-r--r--dev-python/txaio/txaio-2.7.1.ebuild4
-rw-r--r--dev-python/txaio/txaio-2.9.0.ebuild4
2 files changed, 0 insertions, 8 deletions
diff --git a/dev-python/txaio/txaio-2.7.1.ebuild b/dev-python/txaio/txaio-2.7.1.ebuild
index 237f82b5fc44..1fe325f009b6 100644
--- a/dev-python/txaio/txaio-2.7.1.ebuild
+++ b/dev-python/txaio/txaio-2.7.1.ebuild
@@ -16,10 +16,6 @@ KEYWORDS="amd64 arm x86"
IUSE="doc test"
RESTRICT="!test? ( test )"
-RDEPEND="
- $(python_gen_cond_dep '>=dev-python/trollius-2.0[${PYTHON_USEDEP}]' python2_7)
- $(python_gen_cond_dep '>=dev-python/futures-3.0.3[${PYTHON_USEDEP}]' python2_7)
-"
DEPEND="app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
diff --git a/dev-python/txaio/txaio-2.9.0.ebuild b/dev-python/txaio/txaio-2.9.0.ebuild
index 62b4cbab2dc1..2ecf87e168a7 100644
--- a/dev-python/txaio/txaio-2.9.0.ebuild
+++ b/dev-python/txaio/txaio-2.9.0.ebuild
@@ -16,10 +16,6 @@ KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
RESTRICT="!test? ( test )"
-RDEPEND="
- $(python_gen_cond_dep '>=dev-python/trollius-2.0[${PYTHON_USEDEP}]' python2_7)
- $(python_gen_cond_dep '>=dev-python/futures-3.0.3[${PYTHON_USEDEP}]' python2_7)
-"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]