Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1716370

Summary: python2-celery fails to install due to several missing dependencies
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: python-celeryAssignee: Randy Barlow <rbarlow>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: andrew, mrunge, ngompa13, pingou, rbarlow
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-celery-4.2.1-5.fc31 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-06-06 16:16:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1700324, 1690439, 1716369    

Description Miro Hrončok 2019-06-03 10:43:49 UTC
$ mock -r fedora-rawhide-x86_64 install python2-celery
Error: 
 Problem: conflicting requests
  - nothing provides python2-billiard >= 1:3.5.0.2 needed by python2-celery-4.2.1-4.fc30.noarch
  - nothing provides python2-kombu >= 1:4.2.0 needed by python2-celery-4.2.1-4.fc30.noarch
  - nothing provides python2.7dist(billiard) >= 3.5.0.2 needed by python2-celery-4.2.1-4.fc30.noarch
  - nothing provides python2.7dist(billiard) < 3.6.0 needed by python2-celery-4.2.1-4.fc30.noarch
  - nothing provides python2.7dist(kombu) >= 4.2.0 needed by python2-celery-4.2.1-4.fc30.noarch
  - nothing provides python2.7dist(kombu) < 5.0 needed by python2-celery-4.2.1-4.fc30.noarch

Comment 1 Randy Barlow 2019-06-06 15:55:52 UTC
Miro.

Are you ready for some good news?

Comment 2 Miro Hrončok 2019-06-06 16:02:46 UTC
You are going to support Python 2 instead of me?

Comment 3 Randy Barlow 2019-06-06 16:07:49 UTC
Nope!

$ dnf repoquery --whatrequires python2-celery --recursive
$

Comment 4 Randy Barlow 2019-06-06 16:16:09 UTC
Miro, I've fixed the fail to install on python2-celery by removing python2-celery, which is hilarious because it means that I fixed the failure to install python2-celery by making it so that python2-celery fails to install because it doesn't exist. FTI == FTI. QED?

Comment 5 Miro Hrončok 2019-06-06 16:21:49 UTC
Oh. You made the problem permanent. Thanks.