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.
This commit is contained in:
Scott Moser 2013-12-13 17:07:01 -05:00
parent cc04a21b7c
commit bad7db5a70
1 changed files with 1 additions and 1 deletions

View File

@ -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',