diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-01 09:54:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-01 12:09:34 +0200 |
commit | 9257e49d73c3ff625ae705c91ef3556cca58536b (patch) | |
tree | b7195647ffdfd4248a0a44ae3065fae08bfbfd77 /dev-python/pytest-expect | |
parent | dev-python/u-msgpack: Bump to 2.7.0 (diff) | |
download | gentoo-9257e49d73c3ff625ae705c91ef3556cca58536b.tar.gz gentoo-9257e49d73c3ff625ae705c91ef3556cca58536b.tar.bz2 gentoo-9257e49d73c3ff625ae705c91ef3556cca58536b.zip |
dev-python/pytest-expect: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-expect')
-rw-r--r-- | dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild index 33a5f2566e03..87a8f34bb03a 100644 --- a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild +++ b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 |