diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-11-13 12:31:33 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-11-13 12:31:33 -0500 |
commit | 587d15b1694d5c8e665c224341f4ec04bbf7444f (patch) | |
tree | 40b6f6b52efbf5fa7300c6ccfc7883b97f9098a2 /packages/bddeb | |
parent | 2113e89b6816d2c9d442103698414cd189ca3412 (diff) | |
parent | 8cd2b2a5019f1e2a3041392956001ca2495d57fd (diff) | |
download | vyos-cloud-init-587d15b1694d5c8e665c224341f4ec04bbf7444f.tar.gz vyos-cloud-init-587d15b1694d5c8e665c224341f4ec04bbf7444f.zip |
merge from trunk
Diffstat (limited to 'packages/bddeb')
-rwxr-xr-x | packages/bddeb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/bddeb b/packages/bddeb index 2cfddb99..a92dad70 100755 --- a/packages/bddeb +++ b/packages/bddeb @@ -28,13 +28,14 @@ import argparse # use in our debian 'control' file, this is a translation of the 'requires' # file pypi package name to a debian/ubuntu package name. PKG_MP = { + 'argparse': 'python-argparse', 'boto': 'python-boto', + 'cheetah': 'python-cheetah', 'configobj': 'python-configobj', 'oauth': 'python-oauth', - 'pyyaml': 'python-yaml', + 'pkg_resources': 'python-pkg-resources', 'prettytable': 'python-prettytable', - 'argparse': 'python-argparse', - 'cheetah': 'python-cheetah', + 'pyyaml': 'python-yaml', } DEBUILD_ARGS = ["-us", "-S", "-uc"] |