summaryrefslogtreecommitdiff
path: root/packages/brpm
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-11-13 14:13:12 -0500
committerScott Moser <smoser@ubuntu.com>2012-11-13 14:13:12 -0500
commitb503a6827a8aca13246e98272d83cf11fdeab820 (patch)
tree98623afdac904191c8fddc284fd48ba85739949a /packages/brpm
parent7ea93af0599fc10d69c059e86e3f6e027b8ba7b4 (diff)
parent10147364638595d6c1a7077cc47c205413ef13a6 (diff)
downloadvyos-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/brpm')
-rwxr-xr-xpackages/brpm1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/brpm b/packages/brpm
index 0b1e33cf..eea2a046 100755
--- a/packages/brpm
+++ b/packages/brpm
@@ -39,7 +39,6 @@ PKG_MP = {
'cheetah': 'python-cheetah',
'configobj': 'python-configobj',
'oauth': 'python-oauth',
- 'pkg_resources': 'python-setuptools',
'prettytable': 'python-prettytable',
'pyyaml': 'PyYAML',
}