diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:21:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:21:06 +0100 |
commit | 277d794deb741ed4d733e286ad03798094dd78da (patch) | |
tree | d0ddb4bfe59b457716d946fa7564946551802fbf /dev-python/boto3/boto3-9999.ebuild | |
parent | dev-python/bluelet: Remove py2 (diff) | |
download | gentoo-277d794deb741ed4d733e286ad03798094dd78da.tar.gz gentoo-277d794deb741ed4d733e286ad03798094dd78da.tar.bz2 gentoo-277d794deb741ed4d733e286ad03798094dd78da.zip |
dev-python/boto3: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/boto3/boto3-9999.ebuild')
-rw-r--r-- | dev-python/boto3/boto3-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-9999.ebuild b/dev-python/boto3/boto3-9999.ebuild index 7ade38cf0450..b19ce9f817ab 100644 --- a/dev-python/boto3/boto3-9999.ebuild +++ b/dev-python/boto3/boto3-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 vcs-snapshot |