From: Steve Kowalik Date: Mon, 4 Apr 2022 01:55:15 +0000 (+1000) Subject: ceph.spec.in,debian/control: Remove nose X-Git-Tag: v16.2.11~535^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=94ba1b1bf2c2313fea984df4ffbc9a35556bee3f;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 cfd993cfa131..f5879b8f36d4 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -229,7 +229,6 @@ BuildRequires: %{luarocks_package_name} 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 c77e5409ac10..ea3a0161d30e 100644 --- a/debian/control +++ b/debian/control @@ -82,7 +82,6 @@ Build-Depends: automake, python3-all-dev, python3-cherrypy3, python3-jwt , - python3-nose , python3-pecan , python3-bcrypt , tox ,