diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 17:21:43 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 18:25:12 -0600 |
commit | bcaa6167152d771a3b575a20b8415ad848f63c58 (patch) | |
tree | f21b107a42a8ca5f9aed49d2b2425e8b3aba8c85 /dev-python/stestr | |
parent | dev-python/msgpack: add py37 support (diff) | |
download | gentoo-bcaa6167152d771a3b575a20b8415ad848f63c58.tar.gz gentoo-bcaa6167152d771a3b575a20b8415ad848f63c58.tar.bz2 gentoo-bcaa6167152d771a3b575a20b8415ad848f63c58.zip |
dev-python/stestr: add py37 support
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/stestr')
-rw-r--r-- | dev-python/stestr/stestr-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/stestr/stestr-2.1.0.ebuild b/dev-python/stestr/stestr-2.1.0.ebuild index 9792758ac2a0..32d9a9c0f9ba 100644 --- a/dev-python/stestr/stestr-2.1.0.ebuild +++ b/dev-python/stestr/stestr-2.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_6 ) inherit distutils-r1 DESCRIPTION="A parallel Python test runner built around subunit" |