mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 23:48:17 -07:00
dev-python/fs: move tests to BDEPEND and use python_gen_cond_dep
Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
@@ -26,15 +26,16 @@ RDEPEND="
|
||||
>=dev-python/six-1.10[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
BDEPEND="test? (
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/pyftpdlib[${PYTHON_USEDEP}]
|
||||
dev-python/psutil[${PYTHON_USEDEP}]
|
||||
dev-python/unittest2[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
' -3)
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
# python2_7 tests require dev-python/typing which is
|
||||
|
||||
Reference in New Issue
Block a user