mirror of
https://github.com/ceph/ceph
synced 2024-12-11 14:09:09 +00:00
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 <jdurgin@redhat.com>
This commit is contained in:
parent
20ac64f139
commit
ebdb0a9c30
@ -127,6 +127,7 @@ BuildRequires: parted
|
||||
BuildRequires: perl
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-requests
|
||||
BuildRequires: python-virtualenv
|
||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -50,6 +50,7 @@ Build-Depends: autoconf,
|
||||
pkg-config,
|
||||
python (>= 2.6.6-3~),
|
||||
python-argparse,
|
||||
python-dev,
|
||||
python-nose,
|
||||
python-setuptools,
|
||||
python-sphinx,
|
||||
|
Loading…
Reference in New Issue
Block a user