Bug 1835511 - python-aiocmd: incompatible with prompt-toolkit 3
Summary: python-aiocmd: incompatible with prompt-toolkit 3
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-aiocmd
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Fabian Affolter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-05-13 23:25 UTC by Carl George 🤠
Modified: 2020-05-18 11:38 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-05-18 11:38:55 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.