summaryrefslogtreecommitdiffstats
path: root/install-deps.sh
diff options
context:
space:
mode:
authorWillem Jan Withagen <wjw@digiware.nl>2018-11-25 15:06:07 +0100
committerWillem Jan Withagen <wjw@digiware.nl>2018-11-27 01:41:33 +0100
commit0d13a1b1dfdb22245e9f66cf2970457c0578f8f7 (patch)
treeb463f3f952cff2de53ab4081d70468efff28eb5d /install-deps.sh
parentMerge pull request #25206 from dillaman/wip-36622 (diff)
downloadceph-0d13a1b1dfdb22245e9f66cf2970457c0578f8f7.tar.xz
ceph-0d13a1b1dfdb22245e9f66cf2970457c0578f8f7.zip
install-deps.sh: Update python requirements for FreeBSD
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
Diffstat (limited to 'install-deps.sh')
-rwxr-xr-xinstall-deps.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/install-deps.sh b/install-deps.sh
index 04b28e44f43..106cfcbc43e 100755
--- a/install-deps.sh
+++ b/install-deps.sh
@@ -212,16 +212,18 @@ if [ x$(uname)x = xFreeBSDx ]; then
java/junit \
lang/python \
lang/python27 \
+ lang/python36 \
devel/py-pip \
+ devel/py-flake8 \
devel/py-argparse \
devel/py-nose \
devel/py-prettytable \
- www/py-routes \
+ www/py-routes \
www/py-flask \
- www/node \
- www/npm \
+ www/node \
+ www/npm \
www/fcgi \
- security/oath-toolkit \
+ security/oath-toolkit \
sysutils/flock \
sysutils/fusefs-libs \