summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2016-05-26 09:04:47 -0400
committerScott Moser <smoser@ubuntu.com>2016-05-26 09:04:47 -0400
commit0dbe69aa34948d73d5709a7ddc19389e05e1a268 (patch)
treebd8edb5b8b32145426cb6dc87eda43148cd89e98
parent63501f44eff7ef2d6083900c47180faf444662fc (diff)
parent4728b0de649bf231fa667373d5d8ebf451e19d0b (diff)
downloadvyos-cloud-init-0dbe69aa34948d73d5709a7ddc19389e05e1a268.tar.gz
vyos-cloud-init-0dbe69aa34948d73d5709a7ddc19389e05e1a268.zip
packages/bddeb: update to know package mappings for flake8 and hacking
packages/bddeb failed to work after flake8 and hacking were added to test-requirements.txt. The necessary fix is just to know about the debian package names for those pypi packages.
-rwxr-xr-xpackages/bddeb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/bddeb b/packages/bddeb
index c141b1ab..1b0f642c 100755
--- a/packages/bddeb
+++ b/packages/bddeb
@@ -40,6 +40,8 @@ STD_NAMED_PACKAGES = [
'mock',
'nose',
'setuptools',
+ 'flake8',
+ 'hacking',
]
NONSTD_NAMED_PACKAGES = {
'argparse': ('python-argparse', None),