summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorSamuel Merritt <sam@swiftstack.com>2013-10-08 14:16:32 -0700
committerSamuel Merritt <sam@swiftstack.com>2013-10-10 11:57:47 -0700
commit7d61c543993638caf5dbe176ed6c077ee506d87e (patch)
tree6f48538322cf42634e060c07b252480d3647e6d2 /requirements.txt
parent68dde8dd514e4eef89aafa6c1c93e065045c3cbd (diff)
downloadpython-swiftclient-7d61c543993638caf5dbe176ed6c077ee506d87e.tar.gz
Make pbr only a build-time dependency.
This lets you build python-swiftclient packages that don't require pbr to be installed at all. You would need pbr on the machine running rpmbuild / debuild, but not on the machines that install the packages. Unfortunately, this does not make python-swiftclient able to be installed via pip 0.3.1 on Lucid; you'll need to uninstall the system python-pip package and install a new pip some other way. Given that pip < 1.3 doesn't perform SSL certificate validation for pypi (trivial MITM attack, anyone?), you'd probably want to get a new pip anyway. Change-Id: I85d4d77aacf094e48d39e48e750594b95dbc7af0
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 42104ec..519b048 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1 @@
-pbr>=0.5.21,<1.0
simplejson>=2.0.9