summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-05-11 15:35:37 -0400
committerMonty Taylor <mordred@inaugust.com>2013-08-14 19:10:07 -0300
commit4332bff3f500f062e7e06edccf0da5a9d9379d79 (patch)
treeac5c161dbc21a6a4be76059dcb471593f3d779b8 /requirements.txt
parent8a8499805b8b8fddd0caa88ed8a2fafb98795fff (diff)
downloadswift-4332bff3f500f062e7e06edccf0da5a9d9379d79.tar.gz
Migrate to pbr for build
pbr is the libification of what was openstack.common.setup. If provides the build information in a delcarative form, instead of as executable python code, which works around the chicken and egg problem of needing setup libraries present to run setup, but needing to run setup to tell if you need setup libraries. One of the features that comes along with this is versioning based on git tags. If the current revision is a signed git tag, then that is the version of the package. If it is not, the version is equal to the most recent git tag, plus a commit count, plus a git sha (similar to git describe, but scrubbed for python version rules compliance) pbr updates are also part of the upcoming automation around ensuring global requirements stay in sync. Closes-Bug: #1179007 Change-Id: Ia473960be7e8aa44f09d48cea72ed3c8845f82fa
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 558b6e815..70fbca17d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,4 @@
+pbr>=0.5.21,<1.0
dnspython>=1.10.0
eventlet>=0.9.15
greenlet>=0.3.1