diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-22 12:40:08 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-22 13:09:19 +0200 |
commit | 06d780970edfdca3f4dc7b3727cc3f4952aacd7e (patch) | |
tree | 097642370dbff01206b5cc4b0872abe2913b7103 /dev-python/django | |
parent | dev-python/django-tastypie: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD (diff) | |
download | gentoo-06d780970edfdca3f4dc7b3727cc3f4952aacd7e.tar.gz gentoo-06d780970edfdca3f4dc7b3727cc3f4952aacd7e.tar.bz2 gentoo-06d780970edfdca3f4dc7b3727cc3f4952aacd7e.zip |
dev-python/django: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/django')
-rw-r--r-- | dev-python/django/django-1.5.12.ebuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dev-python/django/django-1.5.12.ebuild b/dev-python/django/django-1.5.12.ebuild index 3b1a8c15d122..47d2191ae722 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 |