diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 17:17:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 17:37:39 +0200 |
commit | 11649284f730fe737771ef97d2f4c97e88e1b610 (patch) | |
tree | a623a8331dfd33d5ff114c8070a8eced17ab84b8 /dev-python/testscenarios | |
parent | dev-python/pyrsistent: Remove old (diff) | |
download | gentoo-11649284f730fe737771ef97d2f4c97e88e1b610.tar.gz gentoo-11649284f730fe737771ef97d2f4c97e88e1b610.tar.bz2 gentoo-11649284f730fe737771ef97d2f4c97e88e1b610.zip |
dev-python/testscenarios: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/testscenarios')
-rw-r--r-- | dev-python/testscenarios/testscenarios-0.5.0-r1.ebuild (renamed from dev-python/testscenarios/testscenarios-0.5.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/testscenarios/testscenarios-0.5.0.ebuild b/dev-python/testscenarios/testscenarios-0.5.0-r1.ebuild index 4c2e3e972ef6..d8cb4ec3455b 100644 --- a/dev-python/testscenarios/testscenarios-0.5.0.ebuild +++ b/dev-python/testscenarios/testscenarios-0.5.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 |