diff options
author | 2015-10-22 13:07:14 +0200 | |
---|---|---|
committer | 2015-10-22 13:09:19 +0200 | |
commit | be8aeb3b29489075b9438ba4116487b32f2748e2 (patch) | |
tree | f575f5a78097cce004d566d5330f0f6200b1c54f /dev-python/redis-py/redis-py-2.7.4.ebuild | |
parent | dev-python/python-geoclue: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD (diff) | |
download | gentoo-be8aeb3b29489075b9438ba4116487b32f2748e2.tar.gz gentoo-be8aeb3b29489075b9438ba4116487b32f2748e2.tar.bz2 gentoo-be8aeb3b29489075b9438ba4116487b32f2748e2.zip |
dev-python/redis-py: 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/redis-py/redis-py-2.7.4.ebuild')
-rw-r--r-- | dev-python/redis-py/redis-py-2.7.4.ebuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dev-python/redis-py/redis-py-2.7.4.ebuild b/dev-python/redis-py/redis-py-2.7.4.ebuild index 3741dc3f7682..62591784eba8 100644 --- a/dev-python/redis-py/redis-py-2.7.4.ebuild +++ b/dev-python/redis-py/redis-py-2.7.4.ebuild @@ -45,12 +45,6 @@ python_compile() { fi } -src_test() { -# local DISTUTILS_NO_PARALLEL_BUILD=1 - - distutils-r1_src_test -} - python_test() { local pidfile=${T}/redis-${EPYTHON}.pid local sock=${T}/redis-${EPYTHON}.sock |