From 7d61c543993638caf5dbe176ed6c077ee506d87e Mon Sep 17 00:00:00 2001 From: Samuel Merritt Date: Tue, 8 Oct 2013 14:16:32 -0700 Subject: 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 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'requirements.txt') 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 -- cgit v1.2.1