From: Willem Jan Withagen Date: Sun, 25 Nov 2018 14:06:07 +0000 (+0100) Subject: install-deps.sh: Update python requirements for FreeBSD X-Git-Tag: v14.1.0~803^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F25245%2Fhead;p=ceph.git install-deps.sh: Update python requirements for FreeBSD Signed-off-by: Willem Jan Withagen --- diff --git a/install-deps.sh b/install-deps.sh index 04b28e44f43c..106cfcbc43eb 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 \