sys-cluster/nova: remove custom python-install
authorMatthew Thode <prometheanfire@gentoo.org>
Thu, 29 Aug 2019 19:05:11 +0000 (14:05 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Thu, 29 Aug 2019 19:08:01 +0000 (14:08 -0500)
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
sys-cluster/nova/nova-2019.1.9999.ebuild

index da689ce9ff4639085f2b636b4f1c694bcdd0f61a..4eaf50a6619738be2887e97e38f5e8b00bc40d59 100644 (file)
@@ -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"