summaryrefslogtreecommitdiff
path: root/packages/brpm
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-01-17 17:08:58 -0500
committerScott Moser <smoser@ubuntu.com>2014-01-17 17:08:58 -0500
commitcbc5af7396743e014f1ad9ece0bb56820d26f484 (patch)
tree603d910759a8d4fc7075884b6e965f6eaeda9a54 /packages/brpm
parent006f3e7317b7dd985e73e221b7785ab30ceab131 (diff)
downloadvyos-cloud-init-cbc5af7396743e014f1ad9ece0bb56820d26f484.tar.gz
vyos-cloud-init-cbc5af7396743e014f1ad9ece0bb56820d26f484.zip
more boto removal. move httpretty from 'Requires'
the Requires would get that string rendered into the package's Depends/Requires (rather than BuildDepends/BuildRequires). We should have BuildDepends/BuildRequires too, but since trunk's package builds do not run 'make test', this isn't a big deal. This also adds 'test-requires' for httpretty.
Diffstat (limited to 'packages/brpm')
-rwxr-xr-xpackages/brpm2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/brpm b/packages/brpm
index 8c90a0ab..f8ba1db1 100755
--- a/packages/brpm
+++ b/packages/brpm
@@ -36,7 +36,6 @@ from cloudinit import util
PKG_MP = {
'redhat': {
'argparse': 'python-argparse',
- 'boto': 'python-boto',
'cheetah': 'python-cheetah',
'configobj': 'python-configobj',
'jsonpatch': 'python-jsonpatch',
@@ -48,7 +47,6 @@ PKG_MP = {
},
'suse': {
'argparse': 'python-argparse',
- 'boto': 'python-boto',
'cheetah': 'python-cheetah',
'configobj': 'python-configobj',
'jsonpatch': 'python-jsonpatch',