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
This commit is contained in:
Matthew Thode
2017-02-27 09:10:35 -06:00
parent e6d1d8e79c
commit b0b8c69ffa
2 changed files with 3 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ RDEPEND="
python_prepare_all() {
sed -i '/^hacking/d' test-requirements.txt || di
distutils-r1_python_prepare_all
}
python_compile_all() {

View File

@@ -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() {