diff options
author | Loic Dachary <loic@dachary.org> | 2013-12-19 13:57:04 +0100 |
---|---|---|
committer | Loic Dachary <loic@dachary.org> | 2013-12-19 13:57:04 +0100 |
commit | 827253851eeceb70285ebc192eaef5b1b3abfd03 (patch) | |
tree | eb5523ad01074871b53313faf5f312571ecc0001 /ceph.spec.in | |
parent | Merge pull request #966 from dachary/ceph-master (diff) | |
download | ceph-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.in | 1 |
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 |