summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-08-29 14:05:11 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-08-29 14:08:01 -0500
commit3a730f83a705e5cd9ab448ff6988c4569c46b7a2 (patch)
tree8f304be0be08b2ebd625ee03de25429affeb04aa /sys-cluster/nova
parentsys-kernel/vanilla-sources: Version bump to 4.19.69 (diff)
downloadgentoo-3a730f83a705e5cd9ab448ff6988c4569c46b7a2.tar.gz
gentoo-3a730f83a705e5cd9ab448ff6988c4569c46b7a2.tar.bz2
gentoo-3a730f83a705e5cd9ab448ff6988c4569c46b7a2.zip
sys-cluster/nova: remove custom python-install
Package-Manager: Portage-2.3.69, Repoman-2.3.17 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-cluster/nova')
-rw-r--r--sys-cluster/nova/nova-2019.1.9999.ebuild7
1 files changed, 0 insertions, 7 deletions
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"