summaryrefslogtreecommitdiff
path: root/dev-python/testtools/testtools-2.3.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/testtools/testtools-2.3.0.ebuild')
-rw-r--r--dev-python/testtools/testtools-2.3.0.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/testtools/testtools-2.3.0.ebuild b/dev-python/testtools/testtools-2.3.0.ebuild
index 0ec501a3f0e0..e37da41b3e77 100644
--- a/dev-python/testtools/testtools-2.3.0.ebuild
+++ b/dev-python/testtools/testtools-2.3.0.ebuild
@@ -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
}