diff options
author | Willem Jan Withagen <wjw@digiware.nl> | 2018-11-25 15:06:07 +0100 |
---|---|---|
committer | Willem Jan Withagen <wjw@digiware.nl> | 2018-11-27 01:41:33 +0100 |
commit | 0d13a1b1dfdb22245e9f66cf2970457c0578f8f7 (patch) | |
tree | b463f3f952cff2de53ab4081d70468efff28eb5d /install-deps.sh | |
parent | Merge pull request #25206 from dillaman/wip-36622 (diff) | |
download | ceph-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-x | install-deps.sh | 10 |
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 \ |