Skip to content
Snippets Groups Projects
Commit 50e59f14 authored by Esben Haabendal's avatar Esben Haabendal
Browse files

python3-prompt-toolkit1: Old version of prompt_toolkit module


OpenHarmony build system relies on this old version 1.x of prompt_toolkit Python
module.

A patch for adding this to meta-openembedded was submitted but rejected,
noting that we should instead try to convince any users of this old version to
upgrade to current (3.0) version. In this case, that is the OpenHarmony
build_lite.git repository.  So for now, we need to carry this recipe here.

We are using version 1.0.18, which is never than the version used currently by
OpenHarmony project, as the old version does not support Python 3.9+ which we
are using.

Signed-off-by: default avatarEsben Haabendal <esben.haabendal@huawei.com>
parent d889bcdd
No related branches found
No related tags found
1 merge request!1Initial code import
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
SUMMARY = "Library for building powerful interactive command lines in Python (version 1.0)"
HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
SRC_URI[sha256sum] = "dd4fca02c8069497ad931a2d09914c6b0d1b50151ce876bc15bde4c747090126"
inherit pypi setuptools3
PYPI_PACKAGE = "prompt_toolkit"
RDEPENDS:${PN} += " \
${PYTHON_PN}-core \
${PYTHON_PN}-six \
${PYTHON_PN}-terminal \
${PYTHON_PN}-threading \
${PYTHON_PN}-wcwidth \
${PYTHON_PN}-datetime \
${PYTHON_PN}-shell \
"
BBCLASSEXTEND = "native nativesdk"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment