summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2014-10-24 09:32:21 -0400
committerDoug Hellmann <doug@doughellmann.com>2014-10-24 09:32:21 -0400
commit64fe08f93121dae6ba1d62aadf734fd8dc53f8cf (patch)
tree367ba1eca298d2d62c936bc02b0aed417eb482cc
parent446a8dc6ca827fe5e9c17f24ea7326338d10d9d6 (diff)
downloadoslosphinx-64fe08f93121dae6ba1d62aadf734fd8dc53f8cf.tar.gz
Add pbr to installation requirements
Add pbr to the list of installation requirements so that it is installed via pip before this library is installed, instead of with easy_install. This avoids issues like Bug #1384919, and ensures that projects that use this library as a dependency are properly installed. Change-Id: I6c155370dbd01fe4748d5137bdf288e8d3e1a67e
-rw-r--r--requirements.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..c81bd8e
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,5 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+pbr>=0.6,!=0.7,<1.0