Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/
Date: Thu, 29 Aug 2019 19:08:29
Message-Id: 1567105681.3a730f83a705e5cd9ab448ff6988c4569c46b7a2.prometheanfire@gentoo
1 commit: 3a730f83a705e5cd9ab448ff6988c4569c46b7a2
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 19:05:11 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 19:08:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a730f83
7
8 sys-cluster/nova: remove custom python-install
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 sys-cluster/nova/nova-2019.1.9999.ebuild | 7 -------
14 1 file changed, 7 deletions(-)
15
16 diff --git a/sys-cluster/nova/nova-2019.1.9999.ebuild b/sys-cluster/nova/nova-2019.1.9999.ebuild
17 index da689ce9ff4..4eaf50a6619 100644
18 --- a/sys-cluster/nova/nova-2019.1.9999.ebuild
19 +++ b/sys-cluster/nova/nova-2019.1.9999.ebuild
20 @@ -241,13 +241,6 @@ python_install_all() {
21 rm -r "${ED}/usr/etc"
22 }
23
24 -python_install() {
25 - distutils-r1_python_install
26 - # copy migration conf file (not coppied on install via setup.py script)
27 - python_moduleinto db/sqlalchemy/migrate_repo
28 - python_domodule nova/db/sqlalchemy/migrate_repo/migrate.cfg
29 -}
30 -
31 pkg_postinst() {
32 if use iscsi ; then
33 elog "iscsid needs to be running if you want cinder to connect"