diff options
author | 2020-08-22 11:07:41 +0200 | |
---|---|---|
committer | 2020-08-22 11:15:39 +0200 | |
commit | 8fc74c5f8870c572640f279c4c5ccbf5e3d715e8 (patch) | |
tree | 63a17a0dee7b27846049bd098a5b69aca16ea111 /dev-python/suds | |
parent | dev-python/pyserial: Remove py2 (diff) | |
download | gentoo-8fc74c5f8870c572640f279c4c5ccbf5e3d715e8.tar.gz gentoo-8fc74c5f8870c572640f279c4c5ccbf5e3d715e8.tar.bz2 gentoo-8fc74c5f8870c572640f279c4c5ccbf5e3d715e8.zip |
dev-python/suds: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/suds')
-rw-r--r-- | dev-python/suds/suds-0.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/suds/suds-0.6-r1.ebuild b/dev-python/suds/suds-0.6-r1.ebuild index e243f32a0a7e..900f669cccd8 100644 --- a/dev-python/suds/suds-0.6-r1.ebuild +++ b/dev-python/suds/suds-0.6-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) DISTUTILS_IN_SOURCE_BUILD=1 inherit distutils-r1 |