From 3fdbd08835c72965c4bec887093b5020814c1135 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 4 Apr 2022 11:55:15 +1000 Subject: [PATCH] ceph.spec.in,debian/control: Remove nose With the direct calls of nose methods removed, we no longer need to BuildRequire it. Fixes: https://tracker.ceph.com/issues/54252 Signed-off-by: Steve Kowalik (cherry picked from commit 47fba6f5b4e0953f4b8edb4de8209e618a77e1c9) --- ceph.spec.in | 1 - debian/control | 1 - 2 files changed, 2 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 1a74536e8924..c5a6983cf169 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -251,7 +251,6 @@ BuildRequires: hostname BuildRequires: jq BuildRequires: libuuid-devel BuildRequires: python%{python3_pkgversion}-bcrypt -BuildRequires: python%{python3_pkgversion}-nose BuildRequires: python%{python3_pkgversion}-pecan BuildRequires: python%{python3_pkgversion}-requests BuildRequires: python%{python3_pkgversion}-dateutil diff --git a/debian/control b/debian/control index deadc85ada82..af0f351ee4fb 100644 --- a/debian/control +++ b/debian/control @@ -87,7 +87,6 @@ Build-Depends: automake, python3-cherrypy3, python3-natsort, python3-jwt , - python3-nose , python3-pecan , python3-bcrypt , tox , -- 2.47.3