Bug 1000748 - Missing requires for python-celery and python3-celery
Summary: Missing requires for python-celery and python3-celery
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-celery
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Matthias Runge
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-24 21:13 UTC by Michael S.
Modified: 2013-09-24 22:57 UTC (History)
3 users (show)

Fixed In Version: python-celery-3.0.15-3.fc19
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-24 22:57:19 UTC
Type: Bug


Attachments (Terms of Use)

Description Michael S. 2013-08-24 21:13:47 UTC
trying to start celery after installation, I see it ask for pkg_resources 

So we shuld see a requires on python3-setuptools or python-setuptools, depending on the version of the module we use.

Comment 1 Michael S. 2013-08-24 21:18:52 UTC
python3-celery also need python3-kombu :
$ celery -A worker worker --loglevel=info
Traceback (most recent call last):
  File "/usr/bin/celery", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 2806, in <module>
    working_set.require(__requires__)
  File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 696, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 594, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: kombu>=2.4.7,<3.0


And python3-pytz, python3-dateutil, python3-billiard

Comment 2 Michael S. 2013-08-24 21:21:38 UTC
python-celery requires

Comment 3 Michael S. 2013-08-24 21:24:02 UTC
python-celery msst also requires :
python-billiard

Comment 4 Matthias Runge 2013-08-27 11:12:18 UTC
Thanks for the report, will ship a new version soon.

Comment 5 Fedora Update System 2013-09-06 09:47:08 UTC
python-celery-3.0.15-2.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/python-celery-3.0.15-2.fc19

Comment 6 Fedora Update System 2013-09-07 01:28:05 UTC
Package python-celery-3.0.15-2.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing python-celery-3.0.15-2.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-16005/python-celery-3.0.15-2.fc19
then log in and leave karma (feedback).

Comment 7 Josh Chia 2013-09-14 21:44:55 UTC
requires python-amqp

Comment 8 Matthias Runge 2013-09-16 09:03:55 UTC
Josh, could you please next time open another bug instead of capturing another? Thanks.

Comment 9 Fedora Update System 2013-09-16 09:04:44 UTC
python-celery-3.0.15-3.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/python-celery-3.0.15-3.fc19

Comment 10 Josh Chia 2013-09-16 13:57:46 UTC
Sorry, I wasn't familiar with the protocol. Next time, I'll open a new bug.

Comment 11 Fedora Update System 2013-09-24 22:57:19 UTC
python-celery-3.0.15-3.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.