mirror of https://github.com/ceph/ceph
install-deps.sh: Update python requirements for FreeBSD
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
This commit is contained in:
parent
f89c75f184
commit
0d13a1b1df
|
@ -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 \
|
||||
|
||||
|
|
Loading…
Reference in New Issue