diff options
Diffstat (limited to 'dev-python/urllib3/urllib3-1.25.7.ebuild')
-rw-r--r-- | dev-python/urllib3/urllib3-1.25.7.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/urllib3/urllib3-1.25.7.ebuild b/dev-python/urllib3/urllib3-1.25.7.ebuild index 036868ec5be8..1443bfdef40b 100644 --- a/dev-python/urllib3/urllib3-1.25.7.ebuild +++ b/dev-python/urllib3/urllib3-1.25.7.ebuild @@ -37,7 +37,9 @@ BDEPEND=" dev-python/mock[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] >=dev-python/trustme-0.5.3[${PYTHON_USEDEP}] - >=www-servers/tornado-4.2.1[$(python_gen_usedep python{2_7,3_{5,6,7}})] + $(python_gen_cond_dep ' + >=www-servers/tornado-4.2.1[${PYTHON_USEDEP}] + ' python{2_7,3_{5,6,7}}) ) " |