summaryrefslogtreecommitdiff
path: root/packages/bddeb
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-11-13 12:07:03 -0500
committerScott Moser <smoser@ubuntu.com>2012-11-13 12:07:03 -0500
commitf3fb7f7d7c83d277634cfe43b82912801ef67311 (patch)
treed4b56a161652a30827daae978786ddb6ec781ae8 /packages/bddeb
parentc26b0674aa2ef31c7c3f7a0392044382cf6a452f (diff)
downloadvyos-cloud-init-f3fb7f7d7c83d277634cfe43b82912801ef67311.tar.gz
vyos-cloud-init-f3fb7f7d7c83d277634cfe43b82912801ef67311.zip
sort PKG_MP entries
Diffstat (limited to 'packages/bddeb')
-rwxr-xr-xpackages/bddeb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/bddeb b/packages/bddeb
index 2cfddb99..bda3170d 100755
--- a/packages/bddeb
+++ b/packages/bddeb
@@ -28,13 +28,13 @@ 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',
'prettytable': 'python-prettytable',
- 'argparse': 'python-argparse',
- 'cheetah': 'python-cheetah',
+ 'pyyaml': 'python-yaml',
}
DEBUILD_ARGS = ["-us", "-S", "-uc"]