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 BD5F0139694 for ; Fri, 10 Mar 2017 21:12:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2062DE0C3D; Fri, 10 Mar 2017 21:12:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F281EE0C3D for ; Fri, 10 Mar 2017 21:12:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CF90341398 for ; Fri, 10 Mar 2017 21:12:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CA2F63BA for ; Fri, 10 Mar 2017 21:12:17 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1489180321.34c3966567b4f80262f19564c76368f43bbbdfe9.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oslo-utils/oslo-utils-3.8.0.ebuild X-VCS-Directories: dev-python/oslo-utils/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 34c3966567b4f80262f19564c76368f43bbbdfe9 X-VCS-Branch: master Date: Fri, 10 Mar 2017 21:12:17 +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-Archives-Salt: 493bde63-f48a-4331-9a3b-81e50a7b1853 X-Archives-Hash: e55e6ac751faf9a0928f2dce1a2b127b commit: 34c3966567b4f80262f19564c76368f43bbbdfe9 Author: David Seifert gentoo org> AuthorDate: Fri Mar 10 20:47:26 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Mar 10 21:12:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c39665 dev-python/oslo-utils: Call distutils-r1_python_prepare_all Bug: https://bugs.gentoo.org/show_bug.cgi?id=569724 Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-python/oslo-utils/oslo-utils-3.8.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/oslo-utils/oslo-utils-3.8.0.ebuild b/dev-python/oslo-utils/oslo-utils-3.8.0.ebuild index 2fbca4d34d7..8fa9f5e6da6 100644 --- a/dev-python/oslo-utils/oslo-utils-3.8.0.ebuild +++ b/dev-python/oslo-utils/oslo-utils-3.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -60,6 +60,7 @@ RDEPEND=" python_prepare_all() { sed -i '/^hacking/d' test-requirements.txt || die + distutils-r1_python_prepare_all } python_compile_all() {