diff options
author | Steve Kowalik <steven@wedontsleep.org> | 2022-04-04 03:55:15 +0200 |
---|---|---|
committer | Steve Kowalik <steven@wedontsleep.org> | 2022-04-04 03:55:15 +0200 |
commit | 47fba6f5b4e0953f4b8edb4de8209e618a77e1c9 (patch) | |
tree | cd27230cdfa54d6b39c2b792fbc8c280b50633a2 /debian/control | |
parent | test/pybind/ceph_daemon: Switch to bare unittest (diff) | |
download | ceph-47fba6f5b4e0953f4b8edb4de8209e618a77e1c9.tar.xz ceph-47fba6f5b4e0953f4b8edb4de8209e618a77e1c9.zip |
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 <steven@wedontsleep.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 9ed8de3cb97..9a2e78dfabb 100644 --- a/debian/control +++ b/debian/control @@ -87,7 +87,6 @@ Build-Depends: automake, python3-cherrypy3, python3-natsort, python3-jwt <pkg.ceph.check>, - python3-nose <pkg.ceph.check>, python3-pecan <pkg.ceph.check>, python3-bcrypt <pkg.ceph.check>, tox <pkg.ceph.check>, |