From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9874F138334 for ; Thu, 29 Aug 2019 19:08:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96D7CE0831; Thu, 29 Aug 2019 19:08:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B99BE0831 for ; Thu, 29 Aug 2019 19:08:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C827A34A5D2 for ; Thu, 29 Aug 2019 19:08:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 300CF6FE for ; Thu, 29 Aug 2019 19:08:24 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1567105681.3a730f83a705e5cd9ab448ff6988c4569c46b7a2.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/nova/nova-2019.1.9999.ebuild X-VCS-Directories: sys-cluster/nova/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 3a730f83a705e5cd9ab448ff6988c4569c46b7a2 X-VCS-Branch: master Date: Thu, 29 Aug 2019 19:08:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b6ec2a9a-b9a8-4bda-a9a7-a4a7ab269fb7 X-Archives-Hash: f6d32afb7c0cd836eb9db7b306702df0 commit: 3a730f83a705e5cd9ab448ff6988c4569c46b7a2 Author: Matthew Thode gentoo org> AuthorDate: Thu Aug 29 19:05:11 2019 +0000 Commit: Matthew Thode gentoo 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 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"