Bug 7710 - Build system python lacks readline module
Summary: Build system python lacks readline module
Status: CLOSED FIXED
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Build system (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.13.0
Assignee: Pierre Ossman
URL:
Keywords: frifl_tester, prosaic
Depends on:
Blocks: 7692
  Show dependency treegraph
 
Reported: 2021-05-18 13:24 CEST by Pierre Ossman
Modified: 2021-05-20 12:25 CEST (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2021-05-18 13:24:57 CEST
The Python (both 2 and 3) in our build system both lack the readline module. We generally don't have much interactive use with those, so functionally it's not a major loss. However it is causing issues with unit testing as we have stuff that assumes readline is present (which it is on any sane system).
Comment 3 Pierre Ossman cendio 2021-05-20 08:41:34 CEST
Module is now available for both Python 2 and Python 3.
Comment 4 Frida Flodin cendio 2021-05-20 12:25:32 CEST
I can verify that the module was not present before and when upgrading to latest cendio-build, readline is available for both Python 2 and Python 3.

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