]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm,deb: drop python3-six dependency 36198/head
authorKefu Chai <kchai@redhat.com>
Sun, 19 Jul 2020 09:45:58 +0000 (17:45 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 22 Jul 2020 03:55:50 +0000 (11:55 +0800)
it's not used anymore.

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph.spec.in
debian/control

index 9f95c16c88b0977d257eff8be978609ac3d39083..ea1238f1f0b3b2cf4fec9f86124c990b757ef843 100644 (file)
@@ -187,7 +187,6 @@ BuildRequires:      python%{python3_pkgversion}-nose
 BuildRequires: python%{python3_pkgversion}-pecan
 BuildRequires: python%{python3_pkgversion}-requests
 BuildRequires: python%{python3_pkgversion}-dateutil
-BuildRequires: python%{python3_pkgversion}-six
 BuildRequires: python%{python3_pkgversion}-virtualenv
 BuildRequires: python%{python3_pkgversion}-coverage
 BuildRequires: python%{python3_pkgversion}-pyOpenSSL
@@ -446,7 +445,6 @@ Group:          System/Filesystems
 %endif
 Requires:       ceph-base = %{_epoch_prefix}%{version}-%{release}
 Requires:       ceph-mgr-modules-core = %{_epoch_prefix}%{version}-%{release}
-Requires:       python%{python3_pkgversion}-six
 %if 0%{?weak_deps}
 Recommends:    ceph-mgr-dashboard = %{_epoch_prefix}%{version}-%{release}
 Recommends:    ceph-mgr-diskprediction-local = %{_epoch_prefix}%{version}-%{release}
index fef1f8e1a2ccb787b3a8b7cd8720a944868f1575..d83f8425b8e2bc1636616b0eb2855619141c73c2 100644 (file)
@@ -75,7 +75,6 @@ Build-Depends: cmake (>= 3.10.2),
 # Make-Check   python3-nose,
 # Make-Check   python3-pecan,
 # Make-Check   python3-bcrypt,
-# Make-Check   python3-six,
 # Make-Check   tox,
 # Make-Check   python3-coverage,
 # Make-Check   python3-dateutil,
@@ -315,7 +314,6 @@ Description: ceph manager modules which are always enabled
 Package: ceph-mgr-rook
 Architecture: all
 Depends: ceph-mgr (= ${binary:Version}),
-         python3-six,
          python3-jsonpatch
          ${misc:Depends},
          ${python:Depends},
@@ -348,7 +346,6 @@ Package: ceph-mgr-cephadm
 Architecture: all
 Depends: ceph-mgr (= ${binary:Version}),
         cephadm,
-        python3-six,
          ${misc:Depends},
          ${python:Depends},
          openssh-client,