dev-python/chai: Remove py2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-04 16:35:20 +01:00
parent c5c9e0d4dc
commit 641e113d74

View 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"