From: Steve Kowalik Date: Mon, 4 Apr 2022 01:55:15 +0000 (+1000) Subject: ceph.spec.in,debian/control: Remove nose X-Git-Tag: v18.0.0~917^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=47fba6f5b4e0953f4b8edb4de8209e618a77e1c9;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 --- diff --git a/ceph.spec.in b/ceph.spec.in index c14dd04b2a97..b44881e69fdf 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 9ed8de3cb97f..9a2e78dfabb2 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 ,