diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 11:35:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:41:24 +0100 |
commit | c52dc881e37ad94a53df93117cce5b71691435f4 (patch) | |
tree | c7bc2782954fe8492e7d271e1d77dc399e2cda8e /dev-python/cloudlib | |
parent | dev-python/bashate: Remove Python 2 support (diff) | |
download | gentoo-c52dc881e37ad94a53df93117cce5b71691435f4.tar.gz gentoo-c52dc881e37ad94a53df93117cce5b71691435f4.tar.bz2 gentoo-c52dc881e37ad94a53df93117cce5b71691435f4.zip |
dev-python/cloudlib: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cloudlib')
-rw-r--r-- | dev-python/cloudlib/cloudlib-0.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cloudlib/cloudlib-0.5.0.ebuild b/dev-python/cloudlib/cloudlib-0.5.0.ebuild index a20cff43c2aa..32b98be82734 100644 --- a/dev-python/cloudlib/cloudlib-0.5.0.ebuild +++ b/dev-python/cloudlib/cloudlib-0.5.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |