add 'pyserial' to bddeb and bdrpm
This commit is contained in:
parent
44502f8439
commit
8166ac8e03
@ -32,11 +32,12 @@ PKG_MP = {
|
||||
'boto': 'python-boto',
|
||||
'cheetah': 'python-cheetah',
|
||||
'configobj': 'python-configobj',
|
||||
'jsonpatch': 'python-json-patch',
|
||||
'oauth': 'python-oauth',
|
||||
'prettytable': 'python-prettytable',
|
||||
'pyserial': 'python-serial',
|
||||
'pyyaml': 'python-yaml',
|
||||
'requests': 'python-requests',
|
||||
'jsonpatch': 'python-json-patch',
|
||||
}
|
||||
DEBUILD_ARGS = ["-us", "-S", "-uc", "-d"]
|
||||
|
||||
|
@ -42,6 +42,7 @@ PKG_MP = {
|
||||
'jsonpatch': 'python-jsonpatch',
|
||||
'oauth': 'python-oauth',
|
||||
'prettytable': 'python-prettytable',
|
||||
'pyserial': 'pyserial',
|
||||
'pyyaml': 'PyYAML',
|
||||
'requests': 'python-requests',
|
||||
},
|
||||
@ -53,6 +54,7 @@ PKG_MP = {
|
||||
'jsonpatch': 'python-jsonpatch',
|
||||
'oauth': 'python-oauth',
|
||||
'prettytable': 'python-prettytable',
|
||||
'pyserial': 'python-pyserial',
|
||||
'pyyaml': 'python-yaml',
|
||||
'requests': 'python-requests',
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user