dev-python/chai: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 15:35:20 +0000 (16:35 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 15:40:12 +0000 (16:40 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/chai/chai-1.1.1.ebuild

index 0a45c23a7740b6bf0eef199fd2b858af1f296789..4ab064a1cd46c8664d910528c487a4f7cbfa3c50 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 inherit distutils-r1
 
 DESCRIPTION="Easy to use mocking, stubbing and spying framework"