Update stdlib dependency to 4.x

ironic's dependency on stdlib 2.3.0 is out of sync with the other
openstack modules. This is a problem because it is not possible to
install this module alongside the other openstack modules because of the
dependency conflicts. This patch fixes the issue by updating the
depenency on stdlib to 4.x. The stdlib functions currently in use in
ironic have carried on through 4.x.

Change-Id: I8d8f11049587b0d1e5a66914224d7ed922e51c4d
This commit is contained in:
Colleen Murphy 2014-09-22 15:04:44 -07:00
parent 08f8dc5865
commit 1c50fa5c9b
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ source 'https://github.com/stackforge/puppet-ironic'
dependency 'puppetlabs/inifile', '>=1.0.0 <2.0.0'
dependency 'puppetlabs/keystone', '>=2.0.0 <3.0.0'
dependency 'puppetlabs/stdlib', '>=2.3.0'
dependency 'puppetlabs/stdlib', '>=4.0.0 <5.0.0'
dependency 'stackforge/openstacklib', '>=5.0.0'