Re: [openstack-dev] python-simplejson 2.0.0 errors

2013-09-17 Thread Monty Taylor
On 09/17/2013 08:06 AM, Thomas Goirand wrote: > On 09/17/2013 06:52 PM, Thomas Goirand wrote: >> On 09/16/2013 10:41 PM, Bhuvan Arumugam wrote: >>> It's fun out of inter dependencies. Nova depends on python-glanceclient; >>> python-glanceclient depends on warlock>=1.0.1,<2. warlock depends on >>>

Re: [openstack-dev] python-simplejson 2.0.0 errors

2013-09-17 Thread Thomas Goirand
On 09/17/2013 06:52 PM, Thomas Goirand wrote: > On 09/16/2013 10:41 PM, Bhuvan Arumugam wrote: >> It's fun out of inter dependencies. Nova depends on python-glanceclient; >> python-glanceclient depends on warlock>=1.0.1,<2. warlock depends on >> jsonschema>=0.7,<2 (warlock 1.0.0). The latest warloc

Re: [openstack-dev] python-simplejson 2.0.0 errors

2013-09-17 Thread Thomas Goirand
On 09/16/2013 10:41 PM, Bhuvan Arumugam wrote: > It's fun out of inter dependencies. Nova depends on python-glanceclient; > python-glanceclient depends on warlock>=1.0.1,<2. warlock depends on > jsonschema>=0.7,<2 (warlock 1.0.0). The latest warlock depends on newer > jsonschema release (>=0.7,<3).

Re: [openstack-dev] python-simplejson 2.0.0 errors

2013-09-17 Thread Thomas Goirand
Thanks Monty for your reply. On 09/16/2013 11:32 AM, Monty Taylor wrote: > I suggest you add SKIP_PIP_INSTALL=1 to the debian/rules files on all of > the OpenStack things you are packaging - I think it will make things > like that go away - since you are processing depends at the apt side, > there

Re: [openstack-dev] python-simplejson 2.0.0 errors

2013-09-16 Thread Bhuvan Arumugam
On Sun, Sep 15, 2013 at 8:50 AM, Thomas Goirand wrote: > Hi, > > There's jsonschema 2.0.0 in Sid, and when I build some of the OpenStack > packages, I get a huge list of requirement parsing errors: > > 2013-09-12 17:05:55.720 26018 ERROR stevedore.extension [-] Could not > load 'file': (jsonschem

Re: [openstack-dev] python-simplejson 2.0.0 errors

2013-09-15 Thread Monty Taylor
On 09/15/2013 10:50 AM, Thomas Goirand wrote: > Hi, > > There's jsonschema 2.0.0 in Sid, and when I build some of the OpenStack > packages, I get a huge list of requirement parsing errors: > > 2013-09-12 17:05:55.720 26018 ERROR stevedore.extension [-] Could not > load 'file': (jsonschema 2.0.0 (

[openstack-dev] python-simplejson 2.0.0 errors

2013-09-15 Thread Thomas Goirand
Hi, There's jsonschema 2.0.0 in Sid, and when I build some of the OpenStack packages, I get a huge list of requirement parsing errors: 2013-09-12 17:05:55.720 26018 ERROR stevedore.extension [-] Could not load 'file': (jsonschema 2.0.0 (/usr/lib/python2.7/dist-packages), Requirement.parse('jsonsc