Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/cloud-init/
Date: Tue, 24 Oct 2017 18:31:31
Message-Id: 1508869870.b366565d8b55c58bf888bd0a4c39b19341c52dc8.prometheanfire@gentoo
1 commit: b366565d8b55c58bf888bd0a4c39b19341c52dc8
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 24 18:30:38 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 24 18:31:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b366565d
7
8 app-emulation/cloud-init: restricting tests
9
10 cloud-init's requires installation to test, distutils_install_for_testing
11 is normally used, but fails here. cloud-init's setup.py is hard coding
12 some paths, which prevent the use of distutils_install_for_testing.
13
14 Package-Manager: Portage-2.3.8, Repoman-2.3.3
15
16 app-emulation/cloud-init/cloud-init-17.1.ebuild | 6 +-----
17 1 file changed, 1 insertion(+), 5 deletions(-)
18
19 diff --git a/app-emulation/cloud-init/cloud-init-17.1.ebuild b/app-emulation/cloud-init/cloud-init-17.1.ebuild
20 index e42af05c2a4..9a77fbe6022 100644
21 --- a/app-emulation/cloud-init/cloud-init-17.1.ebuild
22 +++ b/app-emulation/cloud-init/cloud-init-17.1.ebuild
23 @@ -14,6 +14,7 @@ LICENSE="GPL-3"
24 SLOT="0"
25 KEYWORDS="~amd64 ~x86"
26 IUSE="test"
27 +RESTRICT="test"
28
29 CDEPEND="
30 dev-python/jinja[${PYTHON_USEDEP}]
31 @@ -26,8 +27,6 @@ CDEPEND="
32 dev-python/jsonschema[${PYTHON_USEDEP}]
33 dev-python/six[${PYTHON_USEDEP}]
34 "
35 -# dev-python/prettytable[${PYTHON_USEDEP}]
36 -# dev-python/cheetah[$(python_gen_usedep 'python2_7')]
37 DEPEND="
38 dev-python/setuptools[${PYTHON_USEDEP}]
39 test? (
40 @@ -40,9 +39,6 @@ DEPEND="
41 dev-python/contextlib2[${PYTHON_USEDEP}]
42 )
43 "
44 -# dev-python/pep8[${PYTHON_USEDEP}]
45 -# dev-python/flake8[${PYTHON_USEDEP}]
46 -# dev-python/hacking[${PYTHON_USEDEP}]
47 RDEPEND="
48 ${CDEPEND}
49 net-analyzer/macchanger