diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 22:09:08 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 22:29:00 +0200 |
commit | d1642dccf757b1dc0342a8efe8e96c538fb433b1 (patch) | |
tree | a939adb0db20766858a9245271f88b47a6cd0fcd /dev-python/castellan | |
parent | sys-auth/keystone: Support python3.6 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/castellan/castellan-0.17.0.ebuild | 2 |
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 |