commit:     9191d97bed9ca853f000d15b4f73f747390f9e84
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 10:57:18 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 11:09:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9191d97b

dev-python/inotifyx: Fix test function

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/inotifyx/inotifyx-0.2.2.ebuild | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/dev-python/inotifyx/inotifyx-0.2.2.ebuild 
b/dev-python/inotifyx/inotifyx-0.2.2.ebuild
index ff5c181..546bce0 100644
--- a/dev-python/inotifyx/inotifyx-0.2.2.ebuild
+++ b/dev-python/inotifyx/inotifyx-0.2.2.ebuild
@@ -16,13 +16,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
-DEPEND=""
-RDEPEND=""
-
-python_prepare_all() {
-       use test && DISTUTILS_NO_PARALLEL_BUILD=1
-}
-
 python_test() {
-       "${PYTHON}" setup.py build -b "build-${EPYTHON}" test || die "Tests 
failed under ${EPYTHON}"
+       esetup.py test
 }

Reply via email to