From 827253851eeceb70285ebc192eaef5b1b3abfd03 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Thu, 19 Dec 2013 13:57:04 +0100 Subject: [PATCH] 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 --- ceph.spec.in | 1 + debian/control | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index f5d32c9b7759f..b4258382f6a3a 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 diff --git a/debian/control b/debian/control index fcbadc48ddffe..289f53b958a76 100644 --- a/debian/control +++ b/debian/control @@ -16,10 +16,11 @@ Build-Depends: autoconf, junit4, libaio-dev, libatomic-ops-dev, + libblkid-dev (>= 2.17), libboost-dev (>= 1.42), libboost-program-options-dev (>= 1.42), - libboost-thread-dev (>= 1.42), libboost-system-dev (>= 1.42), + libboost-thread-dev (>= 1.42), libcurl4-gnutls-dev, libedit-dev, libexpat1-dev, @@ -34,9 +35,10 @@ Build-Depends: autoconf, libxml2-dev, pkg-config, python (>= 2.6.6-3~), + python-argparse, python-nose, uuid-dev, - libblkid-dev (>= 2.17), + uuid-runtime, yasm Standards-Version: 3.9.3 -- 2.39.5