diff options
-rw-r--r-- | dev-python/fasteners/fasteners-0.14.1-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/fasteners/fasteners-0.14.1-r1.ebuild b/dev-python/fasteners/fasteners-0.14.1-r1.ebuild index cf34846d9a38..8f021a8b24c2 100644 --- a/dev-python/fasteners/fasteners-0.14.1-r1.ebuild +++ b/dev-python/fasteners/fasteners-0.14.1-r1.ebuild @@ -25,7 +25,10 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] dev-python/testtools[${PYTHON_USEDEP}] - virtual/python-futures[${PYTHON_USEDEP}] )" + $(python_gen_cond_dep ' + dev-python/futures[${PYTHON_USEDEP}] + ' -2) + )" python_test() { nosetests -v || die |