projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0799252
)
Makefile: avoid offline operations
author
Paul Brossier
<piem@piem.org>
Thu, 1 Dec 2016 19:45:25 +0000
(20:45 +0100)
committer
Paul Brossier
<piem@piem.org>
Thu, 1 Dec 2016 19:45:25 +0000
(20:45 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
0bf1925
..
871407c
100644
(file)
--- 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