Bug 1300186

Summary: aiohttp is missing chardet dependency
Product: [Fedora] Fedora Reporter: Milan Kubík <mkubik>
Component: python-aiohttpAssignee: Fabian Affolter <mail>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: mail
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-02 09:26:30 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:

Description Milan Kubík 2016-01-20 08:01:28 UTC
Description of problem:
The package doesn't pull in the python3-chardet dependency.

Version-Release number of selected component (if applicable):
python3-3.4.3-5.fc23.x86_64
python3-aiohttp-0.19.0-1.fc23.x86_64

How reproducible:
always

Steps to Reproduce:
1. install python3-aiohttp
2. try to import aiohttp

Actual results:
Python 3.4.3 (default, Jun 29 2015, 12:16:01) 
[GCC 5.1.1 20150618 (Red Hat 5.1.1-4)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import aiohttp
Traceback (most recent call last):
  File "/usr/lib64/python3.4/site-packages/aiohttp/client_reqrep.py", line 14, in <module>
    import cchardet as chardet
ImportError: No module named 'cchardet'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python3.4/site-packages/aiohttp/__init__.py", line 8, in <module>
    from .connector import *  # noqa
  File "/usr/lib64/python3.4/site-packages/aiohttp/connector.py", line 18, in <module>
    from .client import ClientRequest
  File "/usr/lib64/python3.4/site-packages/aiohttp/client.py", line 14, in <module>
    from .client_reqrep import ClientRequest, ClientResponse
  File "/usr/lib64/python3.4/site-packages/aiohttp/client_reqrep.py", line 16, in <module>
    import chardet
ImportError: No module named 'chardet'

Expected results:
Package pulls in all required dependencies.

Additional info:
python3-aiohttp was installed with updates-testing enabled