summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-16 22:03:13 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-16 22:09:37 +0100
commit1669f343883ff48ecefd39bb1dbb89eab0fff082 (patch)
treedd40f907b7bd1f7d4c9a2da7b96bd5fac8e52adb /dev-python/isort
parentdev-python/fasteners: Replace virts with cond deps (diff)
downloadgentoo-1669f343883ff48ecefd39bb1dbb89eab0fff082.tar.gz
gentoo-1669f343883ff48ecefd39bb1dbb89eab0fff082.tar.bz2
gentoo-1669f343883ff48ecefd39bb1dbb89eab0fff082.zip
dev-python/isort: Replace virts with cond deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/isort')
-rw-r--r--dev-python/isort/isort-4.3.21_p2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/isort/isort-4.3.21_p2.ebuild b/dev-python/isort/isort-4.3.21_p2.ebuild
index e25a7d403960..17e14eefd37d 100644
--- a/dev-python/isort/isort-4.3.21_p2.ebuild
+++ b/dev-python/isort/isort-4.3.21_p2.ebuild
@@ -20,8 +20,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~sparc ~x86"
RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/pipfile[${PYTHON_USEDEP}]
- virtual/python-futures[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' -2)
+ $(python_gen_cond_dep '
+ dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]
+ dev-python/futures[${PYTHON_USEDEP}]
+ ' -2)
"
BDEPEND="${RDEPEND}"