From: Matthew Thode Date: Mon, 27 Feb 2017 15:10:35 +0000 (-0600) Subject: dev-python/debtcollector: fixing missing python_prepare_all section X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b0b8c69ffa8ff33eb73a9819e997daea71e09ba1;p=gentoo.git dev-python/debtcollector: fixing missing python_prepare_all section fixes bug 611074 and bug 611070 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-python/debtcollector/debtcollector-1.11.0.ebuild b/dev-python/debtcollector/debtcollector-1.11.0.ebuild index da10dfd7f380..fd98859cba01 100644 --- a/dev-python/debtcollector/debtcollector-1.11.0.ebuild +++ b/dev-python/debtcollector/debtcollector-1.11.0.ebuild @@ -47,6 +47,7 @@ RDEPEND=" python_prepare_all() { sed -i '/^hacking/d' test-requirements.txt || di + distutils-r1_python_prepare_all } python_compile_all() { diff --git a/dev-python/debtcollector/debtcollector-1.3.0.ebuild b/dev-python/debtcollector/debtcollector-1.3.0.ebuild index 992bab77440f..63907753b35d 100644 --- a/dev-python/debtcollector/debtcollector-1.3.0.ebuild +++ b/dev-python/debtcollector/debtcollector-1.3.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 # $Id$ @@ -48,6 +48,7 @@ RDEPEND=" python_prepare_all() { sed -i '/^hacking/d' test-requirements.txt || di + distutils-r1_python_prepare_all } python_compile_all() {