dev-python/cssselect: Enable pypy

This commit is contained in:
Michał Górny
2018-03-21 13:42:55 +01:00
parent ced2d72263
commit 1db022ed62

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1