]> git.proxmox.com Git - ceph.git/commitdiff
d/rules: do not overrid dh_python3
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 2 Jun 2020 17:17:09 +0000 (17:17 +0000)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 2 Jun 2020 17:27:20 +0000 (17:27 +0000)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
patches/0013-d-control-move-python-dependencies-over-to-python3.patch

index 9895a6ccb17e68fdc58c238281901be15a26016b..d5972ad9cf8f604a96edfc93a1c55553a78bd7df 100644 (file)
@@ -6,7 +6,8 @@ Subject: [PATCH] d/control: move python dependencies over to python3
 Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
 ---
  debian/control | 24 ++++++++++++------------
- 1 file changed, 12 insertions(+), 12 deletions(-)
+ debian/rules   | 10 ------------
+ 2 files changed, 12 insertions(+), 22 deletions(-)
 
 diff --git a/debian/control b/debian/control
 index c93aa3c21..aa8edb3d2 100644
@@ -120,3 +121,23 @@ index c93aa3c21..aa8edb3d2 100644
           ${shlibs:Depends},
  Conflicts: ceph-client-tools,
  Replaces: ceph (<< 10),
+diff --git a/debian/rules b/debian/rules
+index c93aa3c21..aa8edb3d2 100755
+--- a/debian/rules
++++ b/debian/rules
+@@ -128,15 +128,6 @@
+ override_dh_shlibdeps:
+       dh_shlibdeps -a --exclude=erasure-code --exclude=rados-classes --exclude=compressor
+-override_dh_python3:
+-      for binding in rados cephfs rbd rgw; do \
+-        dh_python3 -p python3-$$binding;      \
+-      done
+-      dh_python3 -p python3-ceph-argparse
+-      dh_python3 -p python3-ceph-common
+-      dh_python3 -p cephfs-shell
+-      dh_python3 -p cephadm
+-
+ # do not run tests
+ override_dh_auto_test: