Skip to content

Commit

Permalink
Merge pull request ceph#15610 from wjwithagen/wip-wjw-freebsd-py-pecan
Browse files Browse the repository at this point in the history
core: Install Pecan for FreeBSD
  • Loading branch information
liewegas authored Jun 10, 2017
2 parents c42c9f9 + f7e18c2 commit 9f259cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,17 @@ if [ x`uname`x = xFreeBSDx ]; then
emulators/fuse \
java/junit \
lang/python27 \
devel/py-pip \
devel/py-argparse \
devel/py-nose \
www/py-flask \
www/fcgi \
sysutils/flock \
sysutils/fusefs-libs \

# Now use pip to install some extra python modules
pip install pecan

exit
else
source /etc/os-release
Expand Down

0 comments on commit 9f259cb

Please sign in to comment.