commit: 06d780970edfdca3f4dc7b3727cc3f4952aacd7e
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 10:40:08 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=06d78097
dev-python/django: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/django/django-1.5.12.ebuild | 6 ------
1 file changed, 6 deletions(-)
diff --git a/dev-python/django/django-1.5.12.ebuild
b/dev-python/django/django-1.5.12.ebuild
index 3b1a8c1..47d2191 100644
--- a/dev-python/django/django-1.5.12.ebuild
+++ b/dev-python/django/django-1.5.12.ebuild
@@ -53,12 +53,6 @@ python_test() {
|| die "Tests fail with ${EPYTHON}"
}
-src_test() {
- # Port conflict in django.test.testcases.LiveServerTestCase.
- # Several other races with temp files.
- DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test
-}
-
src_install() {
distutils-r1_src_install
webapp_src_install