]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
core: Install Pecan for FreeBSD 15610/head
authorWillem Jan Withagen <wjw@digiware.nl>
Sat, 10 Jun 2017 10:12:23 +0000 (12:12 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Sat, 10 Jun 2017 10:12:23 +0000 (12:12 +0200)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
install-deps.sh

index 507cca73c4825058a30fc7b53376a31223834ae3..626cbc9e39780637b36b3611ddc3a50e112b7106 100755 (executable)
@@ -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