From 231c41bc63d72a927caa5c528cb52f6bab12f385 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 22 Oct 2015 12:38:37 +0200 Subject: [PATCH] dev-python/django-tastypie: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/django-tastypie/django-tastypie-0.9.15.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild b/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild index 55d1d8df72523..972df70d4971f 100644 --- a/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild +++ b/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild @@ -47,10 +47,6 @@ python_compile_all() { use doc && emake -C docs html } -src_test() { - DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test -} - python_test() { PYTHONPATH=.:tests ./tests/run_all_tests.sh || die }