diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 22:29:56 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 22:51:33 +0200 |
commit | 217cf39f47a4679e531e65ea385ddc3d0989c0f4 (patch) | |
tree | 234f729188c9b6a08bac5885eb7695d285221967 /dev-python/aodhclient/aodhclient-1.0.0.ebuild | |
parent | net-misc/openssh: Stable for HPPA too. (diff) | |
download | gentoo-217cf39f47a4679e531e65ea385ddc3d0989c0f4.tar.gz gentoo-217cf39f47a4679e531e65ea385ddc3d0989c0f4.tar.bz2 gentoo-217cf39f47a4679e531e65ea385ddc3d0989c0f4.zip |
dev-python/aodhclient: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/aodhclient/aodhclient-1.0.0.ebuild')
-rw-r--r-- | dev-python/aodhclient/aodhclient-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aodhclient/aodhclient-1.0.0.ebuild b/dev-python/aodhclient/aodhclient-1.0.0.ebuild index d0b717aeabee..cb62f6b12989 100644 --- a/dev-python/aodhclient/aodhclient-1.0.0.ebuild +++ b/dev-python/aodhclient/aodhclient-1.0.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 |