summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-24 19:10:16 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-24 19:24:22 +0200
commit88d214f06f5b355304f9db29cede681333442946 (patch)
treeac52ce71993d937aa617d45267be98bd89f0f4d1 /dev-python/pysaml2
parentdev-python/pyrqlite: Support python3.6 (diff)
downloadgentoo-88d214f06f5b355304f9db29cede681333442946.tar.gz
gentoo-88d214f06f5b355304f9db29cede681333442946.tar.bz2
gentoo-88d214f06f5b355304f9db29cede681333442946.zip
dev-python/pysaml2: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/pysaml2')
-rw-r--r--dev-python/pysaml2/pysaml2-4.5.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pysaml2/pysaml2-4.5.0.ebuild b/dev-python/pysaml2/pysaml2-4.5.0.ebuild
index 943b2e79e6d0..1f49c06382aa 100644
--- a/dev-python/pysaml2/pysaml2-4.5.0.ebuild
+++ b/dev-python/pysaml2/pysaml2-4.5.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1