Comment 3 for bug 1180033

Revision history for this message
sai krishna (krishna1256) wrote : Re: [Bug 1180033] Re: python-webob dependency should bot be ==, instead it should be >=

Hi,

Sorry for the delay.

Dependencies are defined with == in all other components(Horizon) also.
 and the latest version of python WebOb is 1.2.3 . sine defining
webOb>=1.2.3,<=1.2.4 would be meaning less.
So I guess either fix should be given as >= or it should be updated in
document. am commiting the requirements.txt with WebOb>=1.2.3 .

I could see modifying WebOb>=1.2.3 in requirements.txt is a better option.

Please comment so that I can proceed with review process.

I have also re-assigned the bug to me. I will work on this bug immediately.

Thanks& Regards,

Sai krishna.

On Fri, Jun 7, 2013 at 8:43 PM, Dolph Mathews <email address hidden>wrote:

> Unassigning as it doesn't look like there's a review in progress
>
> ** Changed in: keystone
> Status: New => Confirmed
>
> ** Changed in: keystone
> Importance: Undecided => Low
>
> ** Changed in: keystone
> Assignee: sai krishna (krishna1256) => (unassigned)
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1180033
>
> Title:
> python-webob dependency should bot be ==, instead it should be >=
>
> Status in OpenStack Identity (Keystone):
> Confirmed
>
> Bug description:
> keystone declares python-webob dependency as ==, which is not a good
> way of defining dependency. Please use >= and <= . Otherwise the
> document should explictly say why it requires particular version
>
> # keystone dependencies
> pam>=0.1.4
> WebOb==1.2.3
> eventlet
> greenlet
> PasteDeploy
> paste
> routes
> sqlalchemy>=0.7.8,<=0.7.9
> sqlalchemy-migrate>=0.7.2
> passlib
> lxml
> iso8601>=0.1.4
> python-keystoneclient>=0.2.1,<0.3
> oslo.config>=1.1.0
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/keystone/+bug/1180033/+subscriptions
>