summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorKefu Chai <tchaikov@gmail.com>2024-05-25 07:50:43 +0200
committerKefu Chai <tchaikov@gmail.com>2024-05-25 09:22:32 +0200
commit844b66de419d7bf5f622980b0de3c69b5ad8bc9c (patch)
treedcfbb17ccdfc686b626906a68bc8dfc709cc7004 /debian
parentMerge PR #57686 into main (diff)
downloadceph-844b66de419d7bf5f622980b0de3c69b5ad8bc9c.tar.xz
ceph-844b66de419d7bf5f622980b0de3c69b5ad8bc9c.zip
mgr/prometheus: s/pkg_resources.packaging/packaging/
instead of relying on the internal implementation of pkg_resources, let's import packaging directly. in this change, we also add the dependency to the packaging module in the packaging recipes. See also https://github.com/pypa/setuptools/issues/4385 Fixes https://tracker.ceph.com/issues/66201 Signed-off-by: Kefu Chai <tchaikov@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/ceph-mgr-modules-core.requires1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/ceph-mgr-modules-core.requires b/debian/ceph-mgr-modules-core.requires
index 9814e67b710..b5d37b3a9ce 100644
--- a/debian/ceph-mgr-modules-core.requires
+++ b/debian/ceph-mgr-modules-core.requires
@@ -1,5 +1,6 @@
natsort
CherryPy
+packaging
pecan
werkzeug
requests