summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:09:50 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:56:37 +0200
commite63a01d9631a601316b61bd24ee9c304513c9e78 (patch)
tree9cbcebf352162a37e564d6bb879d3169fcbf1e40 /dev-python/backports-unittest-mock
parentdev-python/pytest-fixture-config: Enable py3.7 (diff)
downloadgentoo-e63a01d9631a601316b61bd24ee9c304513c9e78.tar.gz
gentoo-e63a01d9631a601316b61bd24ee9c304513c9e78.tar.bz2
gentoo-e63a01d9631a601316b61bd24ee9c304513c9e78.zip
dev-python/backports-unittest-mock: Enable py3.7
Diffstat (limited to 'dev-python/backports-unittest-mock')
-rw-r--r--dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild b/dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild
index ff94ba6873a8..526f62e89be4 100644
--- a/dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild
+++ b/dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild
@@ -5,7 +5,7 @@ EAPI=6
# 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=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy{,3} )
inherit distutils-r1