summaryrefslogtreecommitdiffstats
path: root/ceph.spec.in
diff options
context:
space:
mode:
authorLoic Dachary <loic@dachary.org>2013-12-19 13:57:04 +0100
committerLoic Dachary <loic@dachary.org>2013-12-19 13:57:04 +0100
commit827253851eeceb70285ebc192eaef5b1b3abfd03 (patch)
treeeb5523ad01074871b53313faf5f312571ecc0001 /ceph.spec.in
parentMerge pull request #966 from dachary/ceph-master (diff)
downloadceph-827253851eeceb70285ebc192eaef5b1b3abfd03.tar.xz
ceph-827253851eeceb70285ebc192eaef5b1b3abfd03.zip
packaging: make check needs argparse and uuidgen
make check runs vstart.sh to setup a cluster from source and it misses the python-argparse library as well as uuidgen otherwise it will fail with: ./vstart.sh: 460: uuidgen: not found ... Error: Import No module named argparse Signed-off-by: Loic Dachary <loic@dachary.org>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r--ceph.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index f5d32c9b775..b4258382f6a 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -39,6 +39,7 @@ BuildRequires: gdbm
BuildRequires: pkgconfig
BuildRequires: python
BuildRequires: python-nose
+BuildRequires: python-argparse
BuildRequires: libaio-devel
BuildRequires: libcurl-devel
BuildRequires: libxml2-devel