dev-python/testtools: Backport py3.7 test fix

This commit is contained in:
Michał Górny
2018-07-12 23:49:53 +02:00
parent 70cfa1a8a7
commit 10ab70cfc1
2 changed files with 49 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -38,6 +38,10 @@ DEPEND="
RDEPEND="${CDEPEND}"
PDEPEND=">=dev-python/fixtures-1.3.0[${PYTHON_USEDEP}]"
PATCHES=(
"${FILESDIR}"/testtools-2.3.0-py37.patch
)
python_compile_all() {
use doc && emake -C doc html
}