diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:52:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 08:08:06 +0100 |
commit | 75643674e93973bb37afea2906252e1fbd6995f2 (patch) | |
tree | 6b83af7cea99229b5462d29c26ac3dfd50ccea95 /dev-util/wstool | |
parent | dev-python/vcrpy: Remove py2 (diff) | |
download | gentoo-75643674e93973bb37afea2906252e1fbd6995f2.tar.gz gentoo-75643674e93973bb37afea2906252e1fbd6995f2.tar.bz2 gentoo-75643674e93973bb37afea2906252e1fbd6995f2.zip |
dev-util/wstool: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/wstool')
-rw-r--r-- | dev-util/wstool/wstool-0.1.18.ebuild | 2 | ||||
-rw-r--r-- | dev-util/wstool/wstool-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/wstool/wstool-0.1.18.ebuild b/dev-util/wstool/wstool-0.1.18.ebuild index 6dbe2958bdb9..41972a54bea4 100644 --- a/dev-util/wstool/wstool-0.1.18.ebuild +++ b/dev-util/wstool/wstool-0.1.18.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then diff --git a/dev-util/wstool/wstool-9999.ebuild b/dev-util/wstool/wstool-9999.ebuild index 6dbe2958bdb9..41972a54bea4 100644 --- a/dev-util/wstool/wstool-9999.ebuild +++ b/dev-util/wstool/wstool-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then |