From: Alfredo Deza Date: Thu, 12 Dec 2019 19:26:46 +0000 (-0500) Subject: packaging: remove python3-ipaddres, as it is part of the stdlib in py3 X-Git-Tag: v15.1.0~448^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7382221989081ef1bd3f39f242552adc90c995bd;p=ceph.git packaging: remove python3-ipaddres, as it is part of the stdlib in py3 Signed-off-by: Alfredo Deza --- diff --git a/ceph.spec.in b/ceph.spec.in index 7bfc48124a87..7c91cc21aed5 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -500,7 +500,6 @@ Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release} Requires: ceph-grafana-dashboards = %{_epoch_prefix}%{version}-%{release} %if 0%{?fedora} || 0%{?rhel} Requires: python%{python3_pkgversion}-cherrypy -Requires: python%{python3_pkgversion}-ipaddress Requires: python%{python3_pkgversion}-jwt Requires: python%{python3_pkgversion}-routes Requires: python%{python3_pkgversion}-werkzeug diff --git a/debian/control b/debian/control index 19194e7bec41..7321e1f0ceb2 100644 --- a/debian/control +++ b/debian/control @@ -242,7 +242,6 @@ Package: ceph-mgr-dashboard Architecture: all Depends: ceph-mgr (= ${binary:Version}), python3-cherrypy3, - python3-ipaddress, python3-jwt, python3-openssl, python3-bcrypt,