﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
806	on setup, kombu 3.0 conflicts with celery 3.0.24	criticalcat		"Given fresh install on Trisquel 6.0 by following setup instructions here: 
  http://mediagoblin.readthedocs.org/en/v0.5.1/siteadmin/deploying.html

When running this command:
  (sudo -u mediagoblin virtualenv --system-site-packages . || virtualenv .) && sudo -u mediagoblin ./bin/python setup.py develop

Then this error occurs:
  error: Installed distribution kombu 3.0.0 conflicts with requirement kombu>=2.5.15,<3.0

Full error log: http://pastie.org/8417541
setup.py: http://pastie.org/8417552

It appears that celery is the one with the <3.0 dependency:
  ./lib/python2.7/site-packages/celery-3.0.24-py2.7.egg/EGG-INFO/requires.txt:kombu>=2.5.15,<3.0


When I add a <3.0 to the setup.py kombu dependency on a fresh version before running the same command
  modified setup.py: http://pastie.org/8417570

Then the command succeeds
  result: http://pastie.org/8417569
  "	defect	closed	blocker		programming	fixed		Aleksej	
