dev-python/tweepy: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:21:21 +0000 (15:21 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:24:19 +0000 (15:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/tweepy/tweepy-3.5.0.ebuild

index 008e2c23fb34dd0a809c54b9316f9fe460b434e6..603f325a84eeed7d1f6110b1ef9a09c52b56382c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE="ssl(+)"
 
 inherit distutils-r1