bddeb: depend on cloud-utils or cloud-guest-utils
saucy split cloud-utils into cloud-guest-utils and cloud-image-utils. The former is in the cloud image, the latter is not, and we actually need it for growpart which is in the former.
This commit is contained in:
parent
9d6aed3cd3
commit
f804a8ee0c
@ -145,7 +145,7 @@ def main():
|
||||
|
||||
print("Creating a debian/ folder in %r" % (xdir))
|
||||
if not args.no_cloud_utils:
|
||||
append_requires=['cloud-utils']
|
||||
append_requires=['cloud-utils | cloud-guest-utils']
|
||||
else:
|
||||
append_requires=[]
|
||||
write_debian_folder(xdir, version, revno, append_requires)
|
||||
|
Loading…
x
Reference in New Issue
Block a user