diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-11-13 14:13:12 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-11-13 14:13:12 -0500 |
commit | b503a6827a8aca13246e98272d83cf11fdeab820 (patch) | |
tree | 98623afdac904191c8fddc284fd48ba85739949a /packages/bddeb | |
parent | 7ea93af0599fc10d69c059e86e3f6e027b8ba7b4 (diff) | |
parent | 10147364638595d6c1a7077cc47c205413ef13a6 (diff) | |
download | vyos-cloud-init-b503a6827a8aca13246e98272d83cf11fdeab820.tar.gz vyos-cloud-init-b503a6827a8aca13246e98272d83cf11fdeab820.zip |
Even when using boto < 2.6 force the unlazying to occur
It seems like its possible that boto 2.5.2 and below have the lazy loading
metadata dictionary so as a precaution we will always take the hit of
unlazying the metadata dictionary by traversing it which in the non-lazy
dictionary case has no effect (its marginal). This also removes the need
to check the boto version and the dependency on setup tools just for this
case.
Diffstat (limited to 'packages/bddeb')
-rwxr-xr-x | packages/bddeb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/bddeb b/packages/bddeb index a92dad70..bda3170d 100755 --- a/packages/bddeb +++ b/packages/bddeb @@ -33,7 +33,6 @@ PKG_MP = { 'cheetah': 'python-cheetah', 'configobj': 'python-configobj', 'oauth': 'python-oauth', - 'pkg_resources': 'python-pkg-resources', 'prettytable': 'python-prettytable', 'pyyaml': 'python-yaml', } |