From: Matthew Thode Date: Thu, 29 Aug 2019 19:05:11 +0000 (-0500) Subject: sys-cluster/nova: remove custom python-install X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3a730f83a705e5cd9ab448ff6988c4569c46b7a2;p=gentoo.git sys-cluster/nova: remove custom python-install Package-Manager: Portage-2.3.69, Repoman-2.3.17 Signed-off-by: Matthew Thode --- 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"