diff --git a/recipes-devtools/python/python3-prompt-toolkit1_1.0.14.bb b/recipes-devtools/python/python3-prompt-toolkit1_1.0.14.bb
new file mode 100644
index 0000000000000000000000000000000000000000..3c60801bc5a8d17ab5a459cb9cca0e7b4589aab0
--- /dev/null
+++ b/recipes-devtools/python/python3-prompt-toolkit1_1.0.14.bb
@@ -0,0 +1,18 @@
+# SPDX-FileCopyrightText: Huawei Inc.
+#
+# SPDX-License-Identifier: Apache-2.0
+
+inherit pypi setuptools3
+require recipes-devtools/python/python-prompt-toolkit.inc
+
+SUMMARY = "Library for building powerful interactive command lines in Python (version 1.0)"
+HOMEPAGE = "https://github.com/prompt-toolkit/python-prompt-toolkit/"
+DOCS = "https://python-prompt-toolkit.readthedocs.io/en/1.0.14"
+
+SRC_URI[md5sum] = "f24061ae133ed32c6b764e92bd48c496"
+SRC_URI[sha256sum] = "cc66413b1b4b17021675d9f2d15d57e640b06ddfd99bb724c73484126d22622f"
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-datetime \
+    ${PYTHON_PN}-shell \
+"