diff options
author | 2020-02-05 15:02:34 +0100 | |
---|---|---|
committer | 2020-02-05 15:05:05 +0100 | |
commit | 041dfdeb6e2801362fe138321fcc938bbde1fc57 (patch) | |
tree | 45f9925157dd21293c8647385439a12ee01097f6 | |
parent | dev-python/gcs-oauth2-boto-plugin: Remove old (drop to ~arch) (diff) | |
download | gentoo-041dfdeb6e2801362fe138321fcc938bbde1fc57.tar.gz gentoo-041dfdeb6e2801362fe138321fcc938bbde1fc57.tar.bz2 gentoo-041dfdeb6e2801362fe138321fcc938bbde1fc57.zip |
dev-python/gcs-oauth2-boto-plugin: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-2.5.ebuild b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-2.5.ebuild index 1801721341a1..d653f0df487e 100644 --- a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-2.5.ebuild +++ b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-2.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 |