dev-python/capturer: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:39:05 +0000 (14:39 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:42:26 +0000 (14:42 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/capturer/capturer-2.3.ebuild

index 31a964c7bfe87b16cdfa9ae8248c3020240e6049..45eb0e663712e65a5b2bf60a8f5c722a0749b878 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1