From: Willem Jan Withagen Date: Sat, 10 Jun 2017 10:12:23 +0000 (+0200) Subject: core: Install Pecan for FreeBSD X-Git-Tag: v12.1.0~187^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f7e18c29dc267ea63bdbaa693f261de9ec39b831;p=ceph.git core: Install Pecan for FreeBSD Signed-off-by: Willem Jan Withagen --- diff --git a/install-deps.sh b/install-deps.sh index 507cca73c482..626cbc9e3978 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -52,6 +52,7 @@ if [ x`uname`x = xFreeBSDx ]; then emulators/fuse \ java/junit \ lang/python27 \ + devel/py-pip \ devel/py-argparse \ devel/py-nose \ www/py-flask \ @@ -59,6 +60,9 @@ if [ x`uname`x = xFreeBSDx ]; then sysutils/flock \ sysutils/fusefs-libs \ + # Now use pip to install some extra python modules + pip install pecan + exit else source /etc/os-release