diff options
author | 2017-03-12 15:42:51 -0700 | |
---|---|---|
committer | 2017-03-12 18:30:25 -0700 | |
commit | 071bf43e7750c829bcb40a8f3a17d49a5d78177a (patch) | |
tree | 8d15dccd77e15116aabfce4e751efb6c93f11f02 /dev-python/oslo-utils | |
parent | dev-python/oslotest: Add python3_6 to PYTHON_COMPAT (diff) | |
download | gentoo-071bf43e7750c829bcb40a8f3a17d49a5d78177a.tar.gz gentoo-071bf43e7750c829bcb40a8f3a17d49a5d78177a.tar.bz2 gentoo-071bf43e7750c829bcb40a8f3a17d49a5d78177a.zip |
dev-python/oslo-utils: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/oslo-utils')
-rw-r--r-- | dev-python/oslo-utils/oslo-utils-3.16.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/oslo-utils/oslo-utils-3.22.0.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/oslo-utils/oslo-utils-3.16.0.ebuild b/dev-python/oslo-utils/oslo-utils-3.16.0.ebuild index be46e2502933..46737793c5a8 100644 --- a/dev-python/oslo-utils/oslo-utils-3.16.0.ebuild +++ b/dev-python/oslo-utils/oslo-utils-3.16.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 vcs-snapshot diff --git a/dev-python/oslo-utils/oslo-utils-3.22.0.ebuild b/dev-python/oslo-utils/oslo-utils-3.22.0.ebuild index e63a137ea092..2b0f9d679f4b 100644 --- a/dev-python/oslo-utils/oslo-utils-3.22.0.ebuild +++ b/dev-python/oslo-utils/oslo-utils-3.22.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 vcs-snapshot |