summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2014-03-23 07:52:38 -0700
committerDoug Hellmann <doug.hellmann@dreamhost.com>2014-03-23 08:48:01 -0700
commit4a69c118642f30a1f5af655add22424cc984d301 (patch)
tree425aefe305f8c828467fb3cbfb550c7f6ea87bf1
parent2aeb8da1dcab1d916928ce4b4b726a1aa4e252b8 (diff)
downloadpbr-4a69c118642f30a1f5af655add22424cc984d301.tar.gz
Remove pip version specifier
We don't actually require pip 1.4, and saying that we do breaks package installation in a lot of cases. Remove the version specifier from our requirements list. Fixes-bug: #1296310 Change-Id: I69c67c4c8cba7076e33292eaab9070ba51b4dff3
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 9dd4ec3..a1b589e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1 @@
-pip>=1.4
+pip