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:
parent
cc04a21b7c
commit
bad7db5a70
@ -32,7 +32,7 @@ PKG_MP = {
|
|||||||
'boto': 'python-boto',
|
'boto': 'python-boto',
|
||||||
'cheetah': 'python-cheetah',
|
'cheetah': 'python-cheetah',
|
||||||
'configobj': 'python-configobj',
|
'configobj': 'python-configobj',
|
||||||
'jsonpatch': 'python-json-patch',
|
'jsonpatch': 'python-jsonpatch | python-json-patch',
|
||||||
'oauth': 'python-oauth',
|
'oauth': 'python-oauth',
|
||||||
'prettytable': 'python-prettytable',
|
'prettytable': 'python-prettytable',
|
||||||
'pyserial': 'python-serial',
|
'pyserial': 'python-serial',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user