diff --git a/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild b/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild index 4b7388f30e398..6fa0daae8e77f 100644 --- a/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild +++ b/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild @@ -25,11 +25,6 @@ DEPEND="test? ( app-misc/geoclue:0 )" S="${WORKDIR}"/${PN} -python_prepare_all() { - use test && DISTUTILS_NO_PARALLEL_BUILD=true - distutils-r1_python_prepare_all -} - python_test() { VIRTUALX_COMMAND="${PYTHON}" cd "${BUILD_DIR}" || die