Bug 1409908

Summary: python-kombu is missing a dependency on the vine module
Product: [Fedora] Fedora Reporter: Jeremy Cline <jeremy>
Component: python-kombuAssignee: Matthias Runge <mrunge>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: mail, metherid, mrunge, pj.pandit
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-kombu-4.0.2-2 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-01-05 06:39:15 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: 1408869    
Bug Blocks:    

Description Jeremy Cline 2017-01-03 20:58:01 UTC
Description of problem:
Kombu appears to depend on the ``vine`` Python module, but it's not installed.


Version-Release number of selected component (if applicable):
python3-kombu-4.0.2-1.fc26.noarch


How reproducible: Always


Steps to Reproduce:
1. sudo dnf install python3-kombu
2. Open a Python 3 shell
3. ``from kombu import five``

Actual results:
[vagrant@rawhide yum.repos.d]$ python3
Python 3.6.0 (default, Dec 27 2016, 20:50:38) 
[GCC 6.3.1 20161221 (Red Hat 6.3.1-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from kombu import five
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.6/site-packages/kombu/five.py", line 6, in <module>
    import vine.five
ModuleNotFoundError: No module named 'vine'
>>> quit()
[vagrant@rawhide yum.repos.d]$ rpm -q python3-kombu
python3-kombu-4.0.2-1.fc26.noarch

Expected results:
Successfully import all modules

Comment 1 Matthias Runge 2017-01-04 05:14:00 UTC
Yes, that was overlooked somehow. It is submitted for review, and I already asked for a review swap on devel
A dependency of vine (python-case) was packaged and included in rawhide yesterday.