Skip to content

Remove readline components from Python 3

What does this MR do?

Removes readline components (libedit) from Python 3.

Bundled Python 3 has been only used for rst2html command of docutils to render reST files (.rst): gitlab-org/gitlab-markup's rest2html. Within usage of python in rest2html, readline feature of Python is not required.

Originally GNU Readline was introduced in !888 (merged), and was replaced with libedit in !1565 (merged).

Related issues

Closes #4232

Checklist

See Definition of done.

  • Changelog entry created. Not applicable for Documentation changes and minor changes.
  • [n/a] Documentation created/updated
  • [n/a] Tests added
  • [n/a] Integration tests added to GitLab QA, if applicable
  • MR targeting master branch
  • MR has a green pipeline on GitLab.com
  • Equivalent MR/issue for CNG opened if applicable
  • trigger-package has a green pipeline running against latest commit

Reviewer Checklist

In addition to above, reviewer must:

  • Pipeline is green on dev.gitlab.org if the change is not touching documentation or internal cookbooks
Edited by Takuya Noguchi

Merge request reports