commit: 6225666517e5102a527ddab0729e276d375003bf
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 09:51:02 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 10:06:59 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62256665
dev-python/cssselect: Drop pypy support again due to unsatified deps
Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/cssselect/cssselect-0.9.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cssselect/cssselect-0.9.1.ebuild
b/dev-python/cssselect/cssselect-0.9.1.ebuild
index 453bc03..76d83c1 100644
--- a/dev-python/cssselect/cssselect-0.9.1.ebuild
+++ b/dev-python/cssselect/cssselect-0.9.1.ebuild
@@ -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