dev-python/cssselect: Drop pypy support again due to unsatified deps

Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-09-25 11:51:02 +02:00
parent 9673485e4e
commit 6225666517

View File

@@ -4,7 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy)
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1