From 3a730f83a705e5cd9ab448ff6988c4569c46b7a2 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Thu, 29 Aug 2019 14:05:11 -0500 Subject: sys-cluster/nova: remove custom python-install Package-Manager: Portage-2.3.69, Repoman-2.3.17 Signed-off-by: Matthew Thode --- sys-cluster/nova/nova-2019.1.9999.ebuild | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sys-cluster') diff --git a/sys-cluster/nova/nova-2019.1.9999.ebuild b/sys-cluster/nova/nova-2019.1.9999.ebuild index da689ce9ff46..4eaf50a66197 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" -- cgit v1.2.3-65-gdbad