From 65384e1ef7b030c13da81b556d14d75581d370c4 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 7 Jun 2017 23:58:38 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I8c2df282ea01e8e558a69b3a5923578992186a44 --- setup.py | 2 +- test-requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 782bb21f..566d8443 100644 --- a/setup.py +++ b/setup.py @@ -25,5 +25,5 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr>=1.8'], + setup_requires=['pbr>=2.0.0'], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt index 13104624..b85bf7b3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,9 +9,9 @@ requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD # this is required for the docs build jobs -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD oslosphinx>=4.7.0 # Apache-2.0 openstackdocstheme>=1.5.0 # Apache-2.0 doc8 # Apache-2.0 -reno>=1.8.0 # Apache-2.0 -sphinxmark>=0.1.14 # Apache-2.0 \ No newline at end of file +reno!=2.3.1,>=1.8.0 # Apache-2.0 +sphinxmark>=0.1.14 # Apache-2.0