From 0aa6d6d6e4f5753f62f0021e121c9e0f82e525ed Mon Sep 17 00:00:00 2001 From: John Spray Date: Mon, 5 Sep 2016 17:12:27 +0100 Subject: [PATCH] packaging: add boost-python dependency Although ceph-mgr isn't packaged yet, builders use these files to cue installation of dependencies. Signed-off-by: John Spray --- ceph.spec.in | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index 06f60eb2f158c2..1a07dfde74aae8 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -90,6 +90,7 @@ BuildRequires: selinux-policy-devel BuildRequires: /usr/share/selinux/devel/policyhelp %endif BuildRequires: boost-devel +BuildRequires: boost-python BuildRequires: cmake BuildRequires: cryptsetup BuildRequires: fuse-devel diff --git a/debian/control b/debian/control index 27b56f2ca9c7c7..56c78f2f3fa9d5 100644 --- a/debian/control +++ b/debian/control @@ -34,6 +34,7 @@ Build-Depends: btrfs-tools, libboost-regex-dev, libboost-random-dev, libboost-iostreams-dev (>= 1.42), + libboost-python-dev, libcurl4-gnutls-dev, libexpat1-dev, libfcgi-dev,