fix: Since these now actually exist in ports, install them properly

(with pkg).
This commit is contained in:
Harm Weites 2014-09-03 17:20:43 +00:00
parent a85f26bcc2
commit f3a4880c71
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ pkgs="
py27-prettytable
py27-requests py27-six
python py27-cheetah
py27-jsonpointer py27-jsonpatch
"
[ -f "$depschecked" ] || pkg install ${pkgs} || fail "install packages"
touch $depschecked