diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:52:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 08:08:07 +0100 |
commit | 683cd9a6ac2912e6cee5cf6c0e9de15700b974f2 (patch) | |
tree | 31b90a1f883f67b019537ec5c1a3ef315b0eb829 /dev-python/vcstools | |
parent | dev-util/wstool: Remove py2 (diff) | |
download | gentoo-683cd9a6ac2912e6cee5cf6c0e9de15700b974f2.tar.gz gentoo-683cd9a6ac2912e6cee5cf6c0e9de15700b974f2.tar.bz2 gentoo-683cd9a6ac2912e6cee5cf6c0e9de15700b974f2.zip |
dev-python/vcstools: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/vcstools')
-rw-r--r-- | dev-python/vcstools/vcstools-0.1.42.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/vcstools/vcstools-0.1.42.ebuild b/dev-python/vcstools/vcstools-0.1.42.ebuild index 7ff43c36b5cd..733f8a2e48e5 100644 --- a/dev-python/vcstools/vcstools-0.1.42.ebuild +++ b/dev-python/vcstools/vcstools-0.1.42.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,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then |