From 67563cff336e8198bae93aa48918a00943fc941c Mon Sep 17 00:00:00 2001 From: hugovk Date: Wed, 17 Oct 2018 09:23:41 +0300 Subject: [PATCH] Fix 'no such option: --use-wheel' --- depends/diffcover-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depends/diffcover-install.sh b/depends/diffcover-install.sh index 850d368f8..8a8cee076 100755 --- a/depends/diffcover-install.sh +++ b/depends/diffcover-install.sh @@ -4,4 +4,4 @@ git fetch origin master:refs/remotes/origin/master # CFLAGS=-O0 means build with no optimisation. # Makes build much quicker for lxml and other dependencies. -time CFLAGS=-O0 pip install --use-wheel diff_cover +time CFLAGS=-O0 pip install diff_cover