dev-python/python-engineio: add pypy and pypy3 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Tue, 22 Dec 2015 21:45:03 +0000 (13:45 -0800)
committerZac Medico <zmedico@gentoo.org>
Tue, 22 Dec 2015 21:48:57 +0000 (13:48 -0800)
Also, remove test dependencies which are unsatisfiable due to this
change.

Package-Manager: portage-2.2.26

dev-python/python-engineio/python-engineio-0.8.1.ebuild

index 6f1d6174d395a7247641423dc19d53ffc70c327d..53e64a8376b045de7a66d1a1b0aea5a73b3a3c87 100644 (file)
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 )
 
 inherit distutils-r1
 
@@ -18,12 +18,7 @@ IUSE="test"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               dev-python/eventlet[${PYTHON_USEDEP}]
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/pbr[${PYTHON_USEDEP}]
-       )"
+       dev-python/setuptools[${PYTHON_USEDEP}]"
 
 # pypi tarball does not contain tests
 RESTRICT="test"