summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-04-12 04:20:05 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-04-12 04:20:05 +0000
commitf9a0828738334a8a7841a5685f1d40d0a81c0f15 (patch)
tree1c3aa34c1594ec543d33acdbb78443b4612ca177
parent3719d834c8ba35417e0a6f971411c3c482759d82 (diff)
downloadoslo-log-f9a0828738334a8a7841a5685f1d40d0a81c0f15.tar.gz
Updated from global requirements
Change-Id: I82bd97fb8d02da79e95fb1cb2a437d387f78dd7c
-rw-r--r--requirements.txt2
-rw-r--r--setup.cfg3
2 files changed, 3 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 5908367..9d9427c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-pbr>=2.0.0 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
six>=1.9.0 # MIT
oslo.config>=3.22.0 # Apache-2.0
oslo.context>=2.12.0 # Apache-2.0
diff --git a/setup.cfg b/setup.cfg
index 39d19d7..3cb2cff 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,7 +26,8 @@ packages =
fixtures =
fixtures>=3.0.0 # Apache-2.0/BSD
systemd =
- systemd-python>=234 # LGPLv2+
+ systemd-python>=234 # LGPLv2+
+
[entry_points]
oslo.config.opts =
oslo.log = oslo_log._options:list_opts