dev-python/testtools: Backport fices for tests

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=555424

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-10-16 12:42:12 +02:00
parent 86ec640d43
commit 593acb3443
2 changed files with 78 additions and 0 deletions

View File

@@ -31,6 +31,10 @@ DEPEND="
"
RDEPEND="${CDEPEND}"
PATCHES=(
"${FILESDIR}"/${P}-twisted-backport.patch
)
python_compile_all() {
use doc && emake -C doc html
}