Pin sphinx to <2.0.0

The 2.0.0 release introduces a requirement for using
python3.5 but we are running this in python 2.7

Also pining puppet-rabbitmq as commit [1] has broken compatibility with
puppet < 5 because of the usage of data in modules. I'm pining to the
same commit used in RDO for Rocky.

[1] cc78a33d98

Change-Id: I055ab99e48e018d041a2aef7c8998f72ebd4ff5e
(cherry picked from commit d2b1c67d57)
This commit is contained in:
Tobias Urdin 2019-05-13 16:27:19 +02:00 committed by Alfredo Moralejo
parent ce737f89b1
commit 53a73ba0ea
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ mod 'nssdb',
mod 'rabbitmq',
:git => 'https://github.com/voxpupuli/puppet-rabbitmq',
:ref => 'master'
:ref => '1ccddad57e4d53bb3861754a1712b78f3a0fb13f'
mod 'redis',
:git => 'https://github.com/voxpupuli/puppet-redis',

View File

@ -1,4 +1,4 @@
sphinx>=1.6.2 # BSD
sphinx>=1.6.2,<2.0.0 # BSD
openstackdocstheme>=1.17.0 # Apache-2.0
reno>=0.1.1 # Apache2
stestr>=1.0.0 # Apache-2.0