summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-13 15:02:09 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-13 15:02:09 +0000
commit6dde0a3ee69c44a0fd836fdd520f6efb1cb34229 (patch)
treedcd945719ce96fb8b87f4211285b1b06cfbe2096
parent40de601d40621aba516c7b940a9adfec269751c3 (diff)
downloadoslo-context-stable/kilo.tar.gz
Updated from global requirementskilo-eolstable/kilo
Change-Id: I784bc52c9f5d2abf861bd29e143a5cbbddce9b7a
-rw-r--r--requirements.txt2
-rw-r--r--[-rwxr-xr-x]setup.py1
-rw-r--r--test-requirements.txt8
3 files changed, 5 insertions, 6 deletions
diff --git a/requirements.txt b/requirements.txt
index 95137a6..bfd1b63 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,5 +2,5 @@
# 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
+pbr!=0.7,<1.0,>=0.6
Babel>=1.3
diff --git a/setup.py b/setup.py
index 7363757..056c16c 100755..100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/test-requirements.txt b/test-requirements.txt
index 130ed79..ad0f04b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,10 +2,10 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-hacking>=0.9.1,<0.10
-oslotest>=1.5.1,<1.6.0 # Apache-2.0
+hacking<0.10,>=0.9.1
+oslotest<1.6.0,>=1.5.1 # Apache-2.0
coverage>=3.6
# These are needed for docs generation
-oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
+oslosphinx<2.6.0,>=2.5.0 # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2