From: John Spray Date: Mon, 5 Sep 2016 16:12:27 +0000 (+0100) Subject: packaging: add boost-python dependency X-Git-Tag: v11.0.1~60^2~17 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=88977572f94adadbb77bda9a0bfc7f85099404c2;p=ceph.git 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 --- diff --git a/ceph.spec.in b/ceph.spec.in index 01191b718e56..46640b91e398 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -95,6 +95,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 bc9f19aecb1d..8f23c380caa2 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,