summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-08-03 16:23:11 -0400
committerKali Kaneko <kali@leap.se>2015-08-03 16:23:11 -0400
commitf69c59b403326953d11e7c1ffbd4734b491063c0 (patch)
tree08ad1c9acd3215206a0cdd73633f8eb480aa8bf8 /Makefile
parentb7d6437b5fcd4c503e475dbbd1ed4e6ae81824ac (diff)
[pkg] add missing step to install our own deps
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2f0c15d7..86ca490e 100644
--- a/Makefile
+++ b/Makefile
@@ -125,6 +125,7 @@ gather_deps:
install_base_deps:
for repo in leap_pycommon keymanager leap_mail soledad/common soledad/client; do cd $(CURDIR)/../$$repo && pkg/pip_install_requirements.sh; done
+ pkg/pip_install_requirements.sh
checkout_leapdeps_develop:
for repo in leap_pycommon keymanager leap_mail soledad; do cd $(CURDIR)/../$$repo && git checkout develop; done