diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-22 13:08:49 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-22 13:09:19 +0200 |
commit | 1298dc2cd43472dc1a6cef1018c050864c77eecc (patch) | |
tree | 13f2601b96d7fc7a9c31afb50aac8bc6c1597440 /dev-python/behave | |
parent | ad539da6c5db4da30260d1c5ac441ad714fe0e8c (diff) | |
download | gentoo-1298dc2cd43472dc1a6cef1018c050864c77eecc.tar.gz gentoo-1298dc2cd43472dc1a6cef1018c050864c77eecc.tar.xz |
Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/behave')
-rw-r--r-- | dev-python/behave/behave-1.2.4.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-python/behave/behave-1.2.4.ebuild b/dev-python/behave/behave-1.2.4.ebuild index 5fc06dfd8a6..af692e7840f 100644 --- a/dev-python/behave/behave-1.2.4.ebuild +++ b/dev-python/behave/behave-1.2.4.ebuild @@ -40,8 +40,6 @@ python_compile_all() { python_test() { nosetests || die "nosetests failed under ${EPYTHON}" - local DISTUTILS_NO_PARALLEL_BUILD=TRUE - rm -f "${HOME}"/.pydistutils.cfg || die "Couldn't remove pydistutils.cfg" distutils_install_for_testing |