From 1a778adab97f8c017c92892a118132642f0bcb35 Mon Sep 17 00:00:00 2001 From: Le Van Quach <levan.quach@kalpa.it> Date: Wed, 7 Sep 2022 16:11:23 +0200 Subject: [PATCH] python3-urwid: Integrate 2.1.2 Signed-off-by: Le Van Quach <levan.quach@kalpa.it> --- .../python3/python3-urwid_2.1.2.bb | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-oniro-staging/recipes-extended/python3/python3-urwid_2.1.2.bb diff --git a/meta-oniro-staging/recipes-extended/python3/python3-urwid_2.1.2.bb b/meta-oniro-staging/recipes-extended/python3/python3-urwid_2.1.2.bb new file mode 100644 index 00000000..bc13e7a1 --- /dev/null +++ b/meta-oniro-staging/recipes-extended/python3/python3-urwid_2.1.2.bb @@ -0,0 +1,23 @@ +# SPDX-FileCopyrightText: Le Van Quach <levan.quach@kalpa.it> +# +# SPDX-License-Identifier: MIT + +SUMMARY = "Urwid is a console user interface library for Python." +HOMEPAGE = "http://urwid.org" + +LICENSE = "LGPL-2.1-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad" + +SRC_URI[sha256sum] = "588bee9c1cb208d0906a9f73c613d2bd32c3ed3702012f51efe318a3f2127eae" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-codecs \ + ${PYTHON_PN}-core \ + ${PYTHON_PN}-curses \ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-io \ + ${PYTHON_PN}-math \ + ${PYTHON_PN}-shell \ +" -- GitLab