]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
packaging: make check needs argparse and uuidgen 971/head
authorLoic Dachary <loic@dachary.org>
Thu, 19 Dec 2013 12:57:04 +0000 (13:57 +0100)
committerLoic Dachary <loic@dachary.org>
Thu, 19 Dec 2013 12:57:04 +0000 (13:57 +0100)
commit827253851eeceb70285ebc192eaef5b1b3abfd03
treeeb5523ad01074871b53313faf5f312571ecc0001
parentb2a80004e64000c81d628fd865b38f4eb93d03eb
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>
ceph.spec.in
debian/control