summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-24 21:17:40 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-24 21:21:16 +0200
commit4fb32e448f3c5c39824837c18fc51afe07fc5c84 (patch)
tree30ad7d89b8bf5740a74f8f5ece2d0c0af18accb3 /dev-python/python-zaqarclient
parentdev-python/python-troveclient: Support python3.6 (diff)
downloadgentoo-4fb32e448f3c5c39824837c18fc51afe07fc5c84.tar.gz
gentoo-4fb32e448f3c5c39824837c18fc51afe07fc5c84.tar.bz2
gentoo-4fb32e448f3c5c39824837c18fc51afe07fc5c84.zip
dev-python/python-zaqarclient: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/python-zaqarclient')
-rw-r--r--dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild b/dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild
index 332eb2f93810..6c344d02bad8 100644
--- a/dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild
+++ b/dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 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