dev-python/python-keystoneclient: readd python3.3 for revdeps

Re-add python3_3 support in order to fix dependency graphs of reverse
dependencies that support python3_3 and require this version of
python-keystoneclient.

Fixes: 69258e0492 (updating deps for bug 562510)

Package-Manager: portage-2.2.22
This commit is contained in:
Michał Górny
2015-10-09 08:30:59 +02:00
parent d5d6aa1220
commit 5d60545105

View File

@@ -3,7 +3,7 @@
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 )
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
inherit distutils-r1