mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-03 11:58:07 -07:00
dev-python/fasteners: Replace virts with cond deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user