summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-01-28 14:15:58 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-01-28 14:27:48 -0600
commit3284ac34eccec6b6973561398cba3f0c38a0f66f (patch)
tree5a7c2c7eaa2f717a3070682d09a13cf4afd00935 /dev-python/pytest-relaxed
parentdev-python/httplib2: add py37 support (diff)
downloadgentoo-3284ac34eccec6b6973561398cba3f0c38a0f66f.tar.gz
gentoo-3284ac34eccec6b6973561398cba3f0c38a0f66f.tar.bz2
gentoo-3284ac34eccec6b6973561398cba3f0c38a0f66f.zip
dev-python/pytest-relaxed: add py37 support
Bug: https://bugs.gentoo.org/676510 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/pytest-relaxed')
-rw-r--r--dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
index 5d49d5872621..a8d878aa700e 100644
--- a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
+++ b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# Because of its <pytest-3.3 constraint, python3_7 can't be added
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
inherit distutils-r1