From 1298dc2cd43472dc1a6cef1018c050864c77eecc Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 22 Oct 2015 13:08:49 +0200 Subject: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD Signed-off-by: Justin Lecher --- dev-python/oslotest/oslotest-1.3.0.ebuild | 2 -- 1 file changed, 2 deletions(-) (limited to 'dev-python/oslotest') diff --git a/dev-python/oslotest/oslotest-1.3.0.ebuild b/dev-python/oslotest/oslotest-1.3.0.ebuild index 7c26156ec7fc..31caf8acb008 100644 --- a/dev-python/oslotest/oslotest-1.3.0.ebuild +++ b/dev-python/oslotest/oslotest-1.3.0.ebuild @@ -52,8 +52,6 @@ python_compile_all() { } python_test() { - local DISTUTILS_NO_PARALLEL_BUILD=TRUE - rm -rf .testrepository || die "coudln't remove '.testrepository' under ${EPYTHON}" testr init || die "testr init failed under ${EPYTHON}" -- cgit v1.2.3