On 05/20/2014 12:15 PM, Paul Fee wrote: > Hi Stephen, > > I updated a rawhide machine to ReviewBoard-2.0-12.fc21.noarch. > > Upon invoking rb-site, instead of usage help, I get the following error: > =============== > $ rb-site > Traceback (most recent call last): > File "/usr/bin/rb-site", line 5, in <module> > from pkg_resources import load_entry_point > File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2713, > in <module> > parse_requirements(__requires__), Environment() > File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 567, in > resolve > raise DistributionNotFound(req) > pkg_resources.DistributionNotFound: Djblets>=0.8,<0.9 > =============== > > According to rpm the ReviewBoard package has its dependencies satisfied: > > $ rpm -q --requires ReviewBoard | grep djblets > python-djblets >= 0.8-6 > $ rpm -q python-djblets > python-djblets-0.8-6.fc21.rc2.noarch > > Any ideas why rb-site isn't satisfied at runtime with the version of > Djblets? > > Looking in > /usr/lib/python2.7/site-packages/Djblets-0.8rc2-py2.7.egg-info/PKG-INFO, > I see "Version: 0.8rc2". Would the rc2 interfere with the version > comparison? >
Yes, yes it would. Thanks for letting me know; I'll push a new update for ReviewBoard that forces it to pull in python-djblets-0.8-7.fc21 -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
