Bug 1349576 - missing Requires: python3-multidict
Summary: missing Requires: python3-multidict
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-aiohttp
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Fabian Affolter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: python-multidict
Blocks: 1353000
TreeView+ depends on / blocked
 
Reported: 2016-06-23 17:42 UTC by Igor Gnatenko
Modified: 2016-08-27 10:44 UTC (History)
3 users (show)

Fixed In Version: python-aiohttp-0.21.6-2.fc24 python-aiohttp-0.21.6-4.fc24 python-aiohttp-0.21.6-4.fc25
Clone Of:
Environment:
Last Closed: 2016-08-11 21:52:57 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
[PATCH] Add missing Requires: python3-multidict (RHBZ #1349576) (1.21 KB, patch)
2016-06-23 17:50 UTC, Igor Gnatenko
no flags Details | Diff

Description Igor Gnatenko 2016-06-23 17:42:50 UTC
import aiohttp

fails with:
[ignatenk@ignatenko tpm]$ python3 builder.py 
Traceback (most recent call last):
  File "builder.py", line 3, in <module>
    import aiohttp
  File "/usr/lib64/python3.5/site-packages/aiohttp/__init__.py", line 5, in <module>
    import multidict  # noqa
ImportError: No module named 'multidict'

Comment 1 Igor Gnatenko 2016-06-23 17:50:11 UTC
Created attachment 1171625 [details]
[PATCH] Add missing Requires: python3-multidict (RHBZ #1349576)

Please use `git am` on patch. Or if you want - I will commit patch myself.

Comment 2 Fedora Update System 2016-07-07 13:38:59 UTC
python-aiohttp-0.21.6-2.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-8ce4bad73f

Comment 3 Fedora Update System 2016-07-10 15:59:15 UTC
python-aiohttp-0.21.6-2.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-8ce4bad73f

Comment 4 Fedora Update System 2016-07-12 15:03:13 UTC
python-aiohttp-0.21.6-2.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.

Comment 5 nucleo 2016-08-09 21:16:51 UTC
Still missing Requires: python3-multidict

# rpm -q --requires python3-aiohttp-0.21.6-2.fc24.x86_64
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libpthread.so.0()(64bit)
libpython3.5m.so.1.0()(64bit)
python(abi) = 3.5
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
rtld(GNU_HASH)

Comment 6 Zbigniew Jędrzejewski-Szmek 2016-08-10 02:33:45 UTC
Requirements need to be moved to the python3- subpackage section.

Comment 7 Fedora Update System 2016-08-10 06:56:27 UTC
python-aiohttp-0.21.6-4.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-ebcd4db8bd

Comment 8 Fedora Update System 2016-08-10 06:56:35 UTC
python-aiohttp-0.21.6-4.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-cd634c7ec2

Comment 9 Fedora Update System 2016-08-10 18:55:30 UTC
python-aiohttp-0.21.6-4.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-ebcd4db8bd

Comment 10 Fedora Update System 2016-08-11 03:24:45 UTC
python-aiohttp-0.21.6-4.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-cd634c7ec2

Comment 11 Fedora Update System 2016-08-11 21:52:55 UTC
python-aiohttp-0.21.6-4.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.

Comment 12 Fedora Update System 2016-08-27 10:44:14 UTC
python-aiohttp-0.21.6-4.fc25 has been pushed to the Fedora 25 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.