diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-07-29 13:21:57 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-07-29 13:21:57 -0400 |
commit | 88b2a8ef062398499a2c14d309c132a081cac26b (patch) | |
tree | 9e1597faf0c42c17d17f0b78e9f61bc3bcb7ebf1 | |
parent | 5db4e4c9a3e880a674fa38f4477476d1e94bdb3b (diff) | |
download | vyos-cloud-init-88b2a8ef062398499a2c14d309c132a081cac26b.tar.gz vyos-cloud-init-88b2a8ef062398499a2c14d309c132a081cac26b.zip |
add 'pyserial' to bddeb and bdrpm
-rwxr-xr-x | packages/bddeb | 3 | ||||
-rwxr-xr-x | packages/brpm | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/packages/bddeb b/packages/bddeb index 15d424f2..30559870 100755 --- a/packages/bddeb +++ b/packages/bddeb @@ -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"] diff --git a/packages/brpm b/packages/brpm index 91a0a0ec..8c90a0ab 100755 --- a/packages/brpm +++ b/packages/brpm @@ -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', } |