ceph: add missing python library

required by mgr dashboard module
This commit is contained in:
Robin Stumm 2023-01-14 12:57:36 +01:00
parent d020458535
commit 2ed8ff81c5

View File

@ -115,6 +115,7 @@ let
ceph-python-env = python.withPackages (ps: [
ps.sphinx
ps.flask
ps.routes
ps.cython
ps.setuptools
ps.virtualenv