diff options
Diffstat (limited to 'dev-python/inotifyx/inotifyx-0.2.2.ebuild')
-rw-r--r-- | dev-python/inotifyx/inotifyx-0.2.2.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/dev-python/inotifyx/inotifyx-0.2.2.ebuild b/dev-python/inotifyx/inotifyx-0.2.2.ebuild index ff5c1817136b..546bce0690a0 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 } |