diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-12-13 17:07:01 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-12-13 17:07:01 -0500 |
commit | 4f57b6914248e67b59c5a6b58e527430a8723c15 (patch) | |
tree | d87fc88cf8ec7a0a5796360b6f231ec6c86b8193 /packages/bddeb | |
parent | 9a922bfa70306d89535574c6580296c9b02ec43e (diff) | |
download | vyos-cloud-init-4f57b6914248e67b59c5a6b58e527430a8723c15.tar.gz vyos-cloud-init-4f57b6914248e67b59c5a6b58e527430a8723c15.zip |
packages/bddeb: accept python-json-patch or python-jsonpatch
debian bug 717916 renames python-json-patch to python-jsonpatch, so ubuntu
cloud-images with cloud-init may not have python-json-patch.
Just accept either one.
Diffstat (limited to 'packages/bddeb')
-rwxr-xr-x | packages/bddeb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bddeb b/packages/bddeb index 8de4d466..f52eb55f 100755 --- a/packages/bddeb +++ b/packages/bddeb @@ -32,7 +32,7 @@ PKG_MP = { 'boto': 'python-boto', 'cheetah': 'python-cheetah', 'configobj': 'python-configobj', - 'jsonpatch': 'python-json-patch', + 'jsonpatch': 'python-jsonpatch | python-json-patch', 'oauth': 'python-oauth', 'prettytable': 'python-prettytable', 'pyserial': 'python-serial', |