diff options
author | Hector Martin <marcan@marcan.st> | 2015-12-01 15:20:01 +0100 |
---|---|---|
committer | Hector Martin <marcan@marcan.st> | 2015-12-01 16:29:54 +0100 |
commit | 5113c962eee8926c41bbb86d96c6f0f5b50588d6 (patch) | |
tree | cf49de6a435071527abfd475baa6cb8d58b90f5e /ceph.spec.in | |
parent | Merge pull request #6749 from dachary/wip-doc-install (diff) | |
download | ceph-5113c962eee8926c41bbb86d96c6f0f5b50588d6.tar.xz ceph-5113c962eee8926c41bbb86d96c6f0f5b50588d6.zip |
configure/packaging: introduce Cython dependency
To prepare for the migration of rbd.py to Cython, add Cython as a package
dependency and have the configure script look for it.
Also adds Cython as a dependency for admin/build-doc, and changes the
virtualenv to allow usage of system packages (to avoid having to compile
Cython inside the virtualenv).
With contributions by Josh Durgin <jdurgin@redhat.com>
Signed-off-by: Hector Martin <marcan@marcan.st>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index b5b8412a74a..ea5dc0dcf13 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -106,6 +106,7 @@ BuildRequires: boost-devel BuildRequires: cmake BuildRequires: cryptsetup BuildRequires: fuse-devel +BuildRequires: Cython BuildRequires: gdbm BuildRequires: hdparm BuildRequires: leveldb-devel > 1.2 |