summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-12-13 17:07:01 -0500
committerScott Moser <smoser@ubuntu.com>2013-12-13 17:07:01 -0500
commit4f57b6914248e67b59c5a6b58e527430a8723c15 (patch)
treed87fc88cf8ec7a0a5796360b6f231ec6c86b8193 /packages
parent9a922bfa70306d89535574c6580296c9b02ec43e (diff)
downloadvyos-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')
-rwxr-xr-xpackages/bddeb2
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',