From 2ed8ff81c5660a62c1c85846f6edb4af858b4e3e Mon Sep 17 00:00:00 2001 From: Robin Stumm Date: Sat, 14 Jan 2023 12:57:36 +0100 Subject: [PATCH] ceph: add missing python library required by mgr dashboard module --- pkgs/tools/filesystems/ceph/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/filesystems/ceph/default.nix b/pkgs/tools/filesystems/ceph/default.nix index be7d0dfb3407..bc3a12b935db 100644 --- a/pkgs/tools/filesystems/ceph/default.nix +++ b/pkgs/tools/filesystems/ceph/default.nix @@ -115,6 +115,7 @@ let ceph-python-env = python.withPackages (ps: [ ps.sphinx ps.flask + ps.routes ps.cython ps.setuptools ps.virtualenv