commit: 3a730f83a705e5cd9ab448ff6988c4569c46b7a2
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 19:05:11 2019 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 19:08:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a730f83
sys-cluster/nova: remove custom python-install
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
sys-cluster/nova/nova-2019.1.9999.ebuild | 7 -------
1 file changed, 7 deletions(-)
diff --git a/sys-cluster/nova/nova-2019.1.9999.ebuild
b/sys-cluster/nova/nova-2019.1.9999.ebuild
index da689ce9ff4..4eaf50a6619 100644
--- a/sys-cluster/nova/nova-2019.1.9999.ebuild
+++ b/sys-cluster/nova/nova-2019.1.9999.ebuild
@@ -241,13 +241,6 @@ python_install_all() {
rm -r "${ED}/usr/etc"
}
-python_install() {
- distutils-r1_python_install
- # copy migration conf file (not coppied on install via setup.py script)
- python_moduleinto db/sqlalchemy/migrate_repo
- python_domodule nova/db/sqlalchemy/migrate_repo/migrate.cfg
-}
-
pkg_postinst() {
if use iscsi ; then
elog "iscsid needs to be running if you want cinder to connect"