add 'pyserial' to bddeb and bdrpm

This commit is contained in:
Scott Moser 2013-07-29 13:21:57 -04:00
parent 44502f8439
commit 8166ac8e03
2 changed files with 4 additions and 1 deletions

View File

@ -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"]

View File

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