summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-15 01:36:43 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-15 01:36:43 +0000
commit2458ab2c36cda3d5a0920970de8fe3eb38ee8d02 (patch)
treed939de436ac00cfde45f5f03fdbb292b05b96157
parentc532fc8182d897d595cef51fd5f96a7507300f08 (diff)
downloadoslo-rootwrap-2458ab2c36cda3d5a0920970de8fe3eb38ee8d02.tar.gz
Updated from global requirements
Change-Id: I6d2e53a38da7e34ef1b94a917cd2405295d79fd9
-rw-r--r--setup.py2
-rw-r--r--test-requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 056c16c..d8080d0 100644
--- a/setup.py
+++ b/setup.py
@@ -25,5 +25,5 @@ except ImportError:
pass
setuptools.setup(
- setup_requires=['pbr'],
+ setup_requires=['pbr>=1.3'],
pbr=True)
diff --git a/test-requirements.txt b/test-requirements.txt
index ddbbbd5..76b01c6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14,7 +14,7 @@ testtools>=1.4.0
# this is required for the docs build jobs
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx>=2.5.0 # Apache-2.0
-oslotest>=1.5.1 # Apache-2.0
+oslotest>=1.7.0 # Apache-2.0
# mocking framework