From: Steve Kowalik Date: Mon, 4 Apr 2022 01:55:15 +0000 (+1000) Subject: ceph.spec.in,debian/control: Remove nose X-Git-Tag: v17.2.1~44^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3fdbd08835c72965c4bec887093b5020814c1135;p=ceph.git 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) --- 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 ,