Bug 1835511

Summary: python-aiocmd: incompatible with prompt-toolkit 3
Product: [Fedora] Fedora Reporter: Carl George 🤠 <carl>
Component: python-aiocmdAssignee: Fabian Affolter <mail>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: itamar, mail
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-05-18 11:38:55 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:

Description Carl George 🤠 2020-05-13 23:25:31 UTC
Description of problem:
The versions of aiocmd and prompt-toolkit shipped in rawhide (f33) are not compatible.


Version-Release number of selected component (if applicable):
python3-aiocmd-0.1.2-2.fc32.noarch
python3-prompt-toolkit-3.0.5-1.fc33.noarch


How reproducible:
always


Steps to Reproduce:
1. dnf install python3-aiocmd
2. python3 -c 'from aiocmd import aiocmd'


Actual results:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.8/site-packages/aiocmd/aiocmd.py", line 14, in <module>
    from prompt_toolkit.eventloop.defaults import use_asyncio_event_loop
ModuleNotFoundError: No module named 'prompt_toolkit.eventloop.defaults'


Expected results:
successful import


Additional info:
https://github.com/KimiNewt/aiocmd/issues/3