summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2013-10-29 12:29:49 -0700
committerJohn Dickinson <me@not.mn>2013-10-29 12:29:49 -0700
commit0717133197d8929a03ec267d4e3c5b1696f02fb3 (patch)
tree8cc0d338c5ccd499f65b36f228745eef224cca79 /requirements.txt
parent4bfe6748fd8e746460f5428f3dd161c82b1443a2 (diff)
downloadswift-0717133197d8929a03ec267d4e3c5b1696f02fb3.tar.gz
Make pbr a build-time only dependency
This lets you build swift 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 swift 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: Ia50a229c5ae4dd2158beeaa953619b5e8f987c55
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 dae7525cd..113986693 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,3 @@
-pbr>=0.5.21,<1.0
dnspython>=1.9.4
eventlet>=0.9.15
greenlet>=0.3.1