diff options
author | Harm Weites <harm@weites.com> | 2014-08-09 10:56:13 +0000 |
---|---|---|
committer | Harm Weites <harm@weites.com> | 2014-08-09 10:56:13 +0000 |
commit | aff5c13ac9e3723e99d7414ac82f30c853f453fd (patch) | |
tree | e5215ffaed8b123b1f609f63c038337c886db2e5 /tools | |
parent | 38c9c67ea18fefbb83aaf5c9151858c4488e2e24 (diff) | |
download | vyos-cloud-init-aff5c13ac9e3723e99d7414ac82f30c853f453fd.tar.gz vyos-cloud-init-aff5c13ac9e3723e99d7414ac82f30c853f453fd.zip |
fix: More dependencies.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/build-on-freebsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build-on-freebsd b/tools/build-on-freebsd index 03cba7fc..52bceb21 100755 --- a/tools/build-on-freebsd +++ b/tools/build-on-freebsd @@ -4,7 +4,7 @@ # will optionally make a first run at the end. # Check dependencies: -[ ! -f /tmp/c-i.dependencieschecked ] && pkg install py27-cheetah py27-Jinja2 py27-prettytable py27-oauth py27-serial py27-configobj py27-yaml py27-argparse py27-requests py27-six +[ ! -f /tmp/c-i.dependencieschecked ] && pkg install py27-cheetah py27-Jinja2 py27-prettytable py27-oauth py27-serial py27-configobj py27-yaml py27-argparse py27-requests py27-six py27-boto gpart sudo touch /tmp/c-i.dependencieschecked # Required but unavailable port/pkg: py27-jsonpatch |