diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:43:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:59:32 +0100 |
commit | 8d80ebf3f33f94c5e87dbb216fe3e47913ead00b (patch) | |
tree | fd36667a929589c1c63e2e7224d8898eeb8ef0f2 /dev-python/SaltTesting | |
parent | dev-python/SaltTesting: Remove old (drop to ~arch) (diff) | |
download | gentoo-8d80ebf3f33f94c5e87dbb216fe3e47913ead00b.tar.gz gentoo-8d80ebf3f33f94c5e87dbb216fe3e47913ead00b.tar.bz2 gentoo-8d80ebf3f33f94c5e87dbb216fe3e47913ead00b.zip |
dev-python/SaltTesting: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/SaltTesting')
-rw-r--r-- | dev-python/SaltTesting/SaltTesting-2018.1.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/SaltTesting/SaltTesting-2018.1.16.ebuild b/dev-python/SaltTesting/SaltTesting-2018.1.16.ebuild index 644e5b6771e0..17983e6fffc8 100644 --- a/dev-python/SaltTesting/SaltTesting-2018.1.16.ebuild +++ b/dev-python/SaltTesting/SaltTesting-2018.1.16.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit eutils distutils-r1 |