summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-26 22:09:08 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-26 22:29:00 +0200
commitd1642dccf757b1dc0342a8efe8e96c538fb433b1 (patch)
treea939adb0db20766858a9245271f88b47a6cd0fcd /dev-python/castellan/castellan-0.17.0.ebuild
parentsys-auth/keystone: Support python3.6 (diff)
downloadgentoo-d1642dccf757b1dc0342a8efe8e96c538fb433b1.tar.gz
gentoo-d1642dccf757b1dc0342a8efe8e96c538fb433b1.tar.bz2
gentoo-d1642dccf757b1dc0342a8efe8e96c538fb433b1.zip
dev-python/castellan: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/castellan/castellan-0.17.0.ebuild')
-rw-r--r--dev-python/castellan/castellan-0.17.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/castellan/castellan-0.17.0.ebuild b/dev-python/castellan/castellan-0.17.0.ebuild
index 6cf7e57b00cf..b522983852c8 100644
--- a/dev-python/castellan/castellan-0.17.0.ebuild
+++ b/dev-python/castellan/castellan-0.17.0.ebuild
@@ -2,7 +2,7 @@
# 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