summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-15 00:41:10 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:57:15 +0200
commitd2623ef343c1ef5db257600c9f55380bdab499a4 (patch)
treef43aa7cdf527f34e505391cb1bf3ea38a1b0e985
parentdev-python/rst-linker: Enable py3.7 (diff)
downloadgentoo-d2623ef3.tar.gz
gentoo-d2623ef3.tar.bz2
gentoo-d2623ef3.zip
dev-python/backports-unittest-mock: Enable py3.7
-rw-r--r--dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild b/dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild
index 63a89653734a..37de4b04ea65 100644
--- a/dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild
+++ b/dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild
@@ -5,7 +5,7 @@ EAPI=7
# It is the developer's intention that backports.unittest_mock will be
# used even for Python 3: https://github.com/jaraco/jaraco.timing/pull/1
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
inherit distutils-r1