mirror of
https://github.com/ceph/ceph
synced 2025-01-10 13:10:46 +00:00
packaging: make check needs argparse and uuidgen
Signed-off-by: Loic Dachary <loic@dachary.org>
This commit is contained in:
parent
8f3ad4e3b9
commit
67f99f3455
@ -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
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -35,8 +35,10 @@ Build-Depends: autoconf,
|
||||
libxml2-dev,
|
||||
pkg-config,
|
||||
python (>= 2.6.6-3~),
|
||||
python-argparse,
|
||||
python-nose,
|
||||
uuid-dev,
|
||||
uuid-runtime,
|
||||
yasm
|
||||
Standards-Version: 3.9.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user