From b366565d8b55c58bf888bd0a4c39b19341c52dc8 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Tue, 24 Oct 2017 13:30:38 -0500 Subject: 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(-) (limited to 'app-emulation/cloud-init') diff --git a/app-emulation/cloud-init/cloud-init-17.1.ebuild b/app-emulation/cloud-init/cloud-init-17.1.ebuild index e42af05c2a43..9a77fbe60223 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 -- cgit v1.2.3