From 8938113a5eb4ec8424253a63fd8b77a93249927b Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Tue, 8 Jul 2025 14:41:50 +0530 Subject: [PATCH] mgr/dashboard: rm requirements-extra file which brings in python3-saml and is not needed anymore after https://github.com/ceph/ceph/pull/62239 Fixes: https://tracker.ceph.com/issues/70937 Signed-off-by: Nizamudeen A (cherry picked from commit 70642943be767b47fddb40e470dc9ca813fc4307) --- src/pybind/mgr/dashboard/requirements-extra.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 src/pybind/mgr/dashboard/requirements-extra.txt diff --git a/src/pybind/mgr/dashboard/requirements-extra.txt b/src/pybind/mgr/dashboard/requirements-extra.txt deleted file mode 100644 index 56c37b59ae5..00000000000 --- a/src/pybind/mgr/dashboard/requirements-extra.txt +++ /dev/null @@ -1 +0,0 @@ -python3-saml \ No newline at end of file -- 2.39.5