summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-04-09 23:32:12 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-04-10 00:08:04 -0500
commita7457bc36d9808f5cf4a216af4588b898e7ab0c5 (patch)
treeffc66f76d2387ec1cee4343b021982af9879a757 /dev-python
parentdev-python/oslo-rootwrap: 5.15.2 bump (diff)
downloadgentoo-a7457bc36d9808f5cf4a216af4588b898e7ab0c5.tar.gz
gentoo-a7457bc36d9808f5cf4a216af4588b898e7ab0c5.tar.bz2
gentoo-a7457bc36d9808f5cf4a216af4588b898e7ab0c5.zip
dev-python/suds: add py37 support
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/suds/suds-0.6-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/suds/suds-0.6-r1.ebuild b/dev-python/suds/suds-0.6-r1.ebuild
index 777c40cd8902..ce3f546e570f 100644
--- a/dev-python/suds/suds-0.6-r1.ebuild
+++ b/dev-python/suds/suds-0.6-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
DISTUTILS_IN_SOURCE_BUILD=1
inherit distutils-r1