Hi,

There seems to be a problem with the dependencies while installing 
reviewboard version 1.6.22 using easy_install

# easy_install reviewboard==1.6.22
<output snip>
error: Installed distribution Django 1.3.7 conflicts with requirement 
Django>=1.4.10

What I believe is, there are no hard requirement set in the requires.txt 
for django_evolution.

Currently by changing as below seems to be fixing the problem.

--- a/EGG-INFO/requires.txt
+++ b/EGG-INFO/requires.txt
@@ -1,5 +1,5 @@
 Django>=1.3.7,<1.4
-django_evolution>=0.6.9
+django_evolution==0.6.9
 Djblets==0.6.31
 Pygments>=1.4
 paramiko>=1.7.6

It would be great If this can be fixed.

Thanks,
Rahul

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to