summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build-on-freebsd5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/build-on-freebsd b/tools/build-on-freebsd
index 6e6ce8b6..6a3f38ec 100755
--- a/tools/build-on-freebsd
+++ b/tools/build-on-freebsd
@@ -3,11 +3,8 @@
# installing cloud-init. This script takes care of building and installing. It
# will optionally make a first run at the end.
-# Since there is no python by default, create a symlink for convenience sake:
-ln -sf /usr/local/bin/python2.7 /usr/local/bin/python
-
# 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 py27-boto gpart sudo dmidecode
+[ ! -f /tmp/c-i.dependencieschecked ] && pkg install python 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 py27-jsonpointer