dev-python/aws-xray-sdk-python: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:15:03 +0000 (14:15 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:15:03 +0000 (14:15 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.4.2.ebuild

index 2cb5c11a6df5e96395b234f9d6b19d9e79ce43bb..ee1cd0d97f8abc755cc71a4b6a45eb2e00c8fb80 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1