diff options
author | Harm Weites <harm@weites.com> | 2014-08-09 21:25:54 +0000 |
---|---|---|
committer | Harm Weites <harm@weites.com> | 2014-08-09 21:25:54 +0000 |
commit | 7e0407491345989a2640149a9a365b6f7167c7af (patch) | |
tree | 3c425633457b2a4046498ce94bf52c74ede276b1 /tools | |
parent | f1202c1b0aeae7378589215887c74f325e6c77cd (diff) | |
download | vyos-cloud-init-7e0407491345989a2640149a9a365b6f7167c7af.tar.gz vyos-cloud-init-7e0407491345989a2640149a9a365b6f7167c7af.zip |
change: Make note of another python lib pypi takes care of.
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 0a545207..da33e4b0 100755 --- a/tools/build-on-freebsd +++ b/tools/build-on-freebsd @@ -10,7 +10,7 @@ ln -sf /usr/local/bin/python2.7 /usr/local/bin/python [ ! -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 dmidecode touch /tmp/c-i.dependencieschecked -# Required but unavailable port/pkg: py27-jsonpatch +# Required but unavailable port/pkg: py27-jsonpatch py27-jsonpointer # Luckily, the install step will take care of this by installing it from pypi... # Build the code and install in /usr/local/: |