[opensuse-cloud] Folsom cleanvm failing
Hi, Cleanvm for Folsom is currently failing with: 00:15:16 Traceback (most recent call last): 00:15:16 File "/usr/bin/glance", line 5, in <module> 00:15:16 from pkg_resources import load_entry_point 00:15:16 File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2739, in <module> 00:15:16 parse_requirements(__requires__), Environment() 00:15:16 File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 588, in resolve 00:15:16 raise DistributionNotFound(req) 00:15:16 pkg_resources.DistributionNotFound: warlock>=0.7.0,<2 which is caused by python-glanceclient following git master, but python-warlock being pinned to the version 0.6.0 from openSUSE:12.3. we can either bump python-warlock to something newer than openSUSE:12.3, and I think thats not a good idea as we basically destroy all testing against openSUSE:12.3. stopping to integrate -master for python-glanceclient is avoiding this problem, but then we don't get the client fixes anymore :-) Sigh.. I'm leaning towards changing the python*client packages to not track master anymore. any comments? Thanks, Dirk -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
Le lundi 22 avril 2013, à 10:54 +0200, Dirk Müller a écrit :
Hi,
Cleanvm for Folsom is currently failing with:
00:15:16 Traceback (most recent call last): 00:15:16 File "/usr/bin/glance", line 5, in <module> 00:15:16 from pkg_resources import load_entry_point 00:15:16 File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2739, in <module> 00:15:16 parse_requirements(__requires__), Environment() 00:15:16 File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 588, in resolve 00:15:16 raise DistributionNotFound(req) 00:15:16 pkg_resources.DistributionNotFound: warlock>=0.7.0,<2
which is caused by python-glanceclient following git master, but python-warlock being pinned to the version 0.6.0 from openSUSE:12.3.
we can either bump python-warlock to something newer than openSUSE:12.3, and I think thats not a good idea as we basically destroy all testing against openSUSE:12.3. stopping to integrate -master for python-glanceclient is avoiding this problem, but then we don't get the client fixes anymore :-)
Sigh.. I'm leaning towards changing the python*client packages to not track master anymore. any comments?
I thought we had already decided to not update python-*client in C:O:{E,F,G,...} to avoid that kind of issues? (well, we can probably keep updating it for Grizzly for a few months) Vincent -- Les gens heureux ne sont pas pressés. -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
2013/4/22 Vincent Untz <vuntz@opensuse.org>:
I thought we had already decided to not update python-*client in C:O:{E,F,G,...} to avoid that kind of issues?
Did we? now that you mention it this runs a bell.. well, ok then, will adjust accordingly. Greetings, Dirk -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
participants (2)
-
Dirk Müller
-
Vincent Untz