shithub: aubio

Download patch

ref: fe957ad109fc479ee76ee422200c82a8d824bcc8
parent: 07992527a889a8fe8a34a6e400cfb6b81117d548
author: Paul Brossier <piem@piem.org>
date: Thu Dec 1 15:45:25 EST 2016

Makefile: avoid offline operations

--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,7 @@
 
 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