Summary: | dev-python/celery-3.0.17 with python-3.3 - ImportError: No module named 'setuptools' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jason Mours <jason.mours> |
Component: | [OLD] Development | Assignee: | Corentin Chary (RETIRED) <iksaif> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | python |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Jason Mours
2013-05-01 05:04:31 UTC
Created attachment 347022 [details]
build.log
You need to add python3_3 to PYTHON_TARGETS in make.conf and re-install dev-python/setuptools. This will be enforced via a dependency once celery-3.0.19 is unmasked. (In reply to comment #2) > You need to add python3_3 to PYTHON_TARGETS in make.conf and re-install > dev-python/setuptools. > > This will be enforced via a dependency once celery-3.0.19 is unmasked. Thanks! I've setup my PYTHON_TARGETS="python2_7 python3_3" & re-emerged dev-python/setuptools. I can confirm that dev-python/celery-3.0.19 emerges clean. |