commit: b366565d8b55c58bf888bd0a4c39b19341c52dc8
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 18:30:38 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 18:31:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b366565d
app-emulation/cloud-init: restricting tests
cloud-init's requires installation to test, distutils_install_for_testing
is normally used, but fails here. cloud-init's setup.py is hard coding
some paths, which prevent the use of distutils_install_for_testing.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
app-emulation/cloud-init/cloud-init-17.1.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/app-emulation/cloud-init/cloud-init-17.1.ebuild
b/app-emulation/cloud-init/cloud-init-17.1.ebuild
index e42af05c2a4..9a77fbe6022 100644
--- a/app-emulation/cloud-init/cloud-init-17.1.ebuild
+++ b/app-emulation/cloud-init/cloud-init-17.1.ebuild
@@ -14,6 +14,7 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+RESTRICT="test"
CDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]
@@ -26,8 +27,6 @@ CDEPEND="
dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"
-# dev-python/prettytable[${PYTHON_USEDEP}]
-# dev-python/cheetah[$(python_gen_usedep 'python2_7')]
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
@@ -40,9 +39,6 @@ DEPEND="
dev-python/contextlib2[${PYTHON_USEDEP}]
)
"
-# dev-python/pep8[${PYTHON_USEDEP}]
-# dev-python/flake8[${PYTHON_USEDEP}]
-# dev-python/hacking[${PYTHON_USEDEP}]
RDEPEND="
${CDEPEND}
net-analyzer/macchanger