diff options
Diffstat (limited to 'dev-python/service_identity')
-rw-r--r-- | dev-python/service_identity/service_identity-14.0.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/service_identity/service_identity-16.0.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/service_identity/service_identity-14.0.0.ebuild b/dev-python/service_identity/service_identity-14.0.0.ebuild index bde091b483ef..9758248eb9f3 100644 --- a/dev-python/service_identity/service_identity-14.0.0.ebuild +++ b/dev-python/service_identity/service_identity-14.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit distutils-r1 diff --git a/dev-python/service_identity/service_identity-16.0.0.ebuild b/dev-python/service_identity/service_identity-16.0.0.ebuild index 4486647524b0..ae677ee4a3ff 100644 --- a/dev-python/service_identity/service_identity-16.0.0.ebuild +++ b/dev-python/service_identity/service_identity-16.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy ) +PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy ) inherit distutils-r1 |