summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2016-04-04 10:16:52 -0400
committerKali Kaneko <kali@leap.se>2016-04-04 10:16:52 -0400
commit9835bc05eaa0525df91a317c84f86b517ed57c73 (patch)
tree619156f740deb1ab55bc182946809653d7a6f400 /pkg
parenteb55be39cea024b253ee784dc304e72f1af94d7f (diff)
[bug] update bootstrap script so that it installs pixelated reqs too
Diffstat (limited to 'pkg')
-rwxr-xr-xpkg/scripts/bootstrap_develop.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/scripts/bootstrap_develop.sh b/pkg/scripts/bootstrap_develop.sh
index 68edcd43..3695fabc 100755
--- a/pkg/scripts/bootstrap_develop.sh
+++ b/pkg/scripts/bootstrap_develop.sh
@@ -118,6 +118,7 @@ setup_develop() {
# hack to solve gnupg version problem
pip uninstall -y gnupg && pip install gnupg
+ pip install -r pkg/requirements-pixelated.pip
set +x
echo "${cc_green}Status: $status done.${cc_normal}"
}