dev-python/python-troveclient: adding py3 support to troveclient
authorMatthew Thode <prometheanfire@gentoo.org>
Sun, 20 Sep 2015 01:08:21 +0000 (20:08 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Sun, 20 Sep 2015 01:08:21 +0000 (20:08 -0500)
Package-Manager: portage-2.2.20.1

dev-python/python-troveclient/python-troveclient-1.3.0.ebuild

index 94b3bd7286acd9928ed77155abce5a838a4557d2..31deb70b087bf73f15d195ff5b37b3eefccd1b0f 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
 
 inherit distutils-r1