From fe957ad109fc479ee76ee422200c82a8d824bcc8 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 1 Dec 2016 20:45:25 +0100 Subject: [PATCH] Makefile: avoid offline operations --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0bf1925d..871407c0 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ build_python_extlib: deps_python: # install or upgrade python requirements - pip install --verbose --upgrade --requirement requirements.txt + pip install --verbose --requirement requirements.txt # use pip or distutils? #install_python: install_python_with_pip -- 2.11.0