From ebdb0a9c3055a8d3edfa2a17b8d71424fcede32a Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Tue, 12 Jan 2016 11:12:28 -0800 Subject: [PATCH] packaging: add build dependency on python devel package This is required for building python modules with cython, but for some reason is not a direct dependency (on debian only a recommends) for the cython package itself. Refs: #14059 Signed-off-by: Josh Durgin --- ceph.spec.in | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index f7db69b5fafb..52c5c1d5f093 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -127,6 +127,7 @@ BuildRequires: parted BuildRequires: perl BuildRequires: pkgconfig BuildRequires: python +BuildRequires: python-devel BuildRequires: python-nose BuildRequires: python-requests BuildRequires: python-virtualenv diff --git a/debian/control b/debian/control index 9d73ea717b6c..8c0369fa34c4 100644 --- a/debian/control +++ b/debian/control @@ -50,6 +50,7 @@ Build-Depends: autoconf, pkg-config, python (>= 2.6.6-3~), python-argparse, + python-dev, python-nose, python-setuptools, python-sphinx, -- 2.47.3