From 6005825cde76ba17675e38dd09955e92bc6227cb Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Mon, 24 May 2021 14:38:24 +0800 Subject: [PATCH] python3-daemon: add new recipe python3-daemon is required by logmgmt. Issue-ID: INF-215 Signed-off-by: Jackie Huang Change-Id: Idf97763b1d5ba6edb3abd3440d7786b2417b32e8 --- .../recipes-devtools/python/python3-daemon_2.2.3.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta-starlingx/meta-stx-integ/recipes-devtools/python/python3-daemon_2.2.3.bb diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python3-daemon_2.2.3.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python3-daemon_2.2.3.bb new file mode 100644 index 0000000..2e6b777 --- /dev/null +++ b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python3-daemon_2.2.3.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Library to implement a well-behaved Unix daemon process" +HOMEPAGE = "https://pagure.io/python-daemon/" +SECTION = "devel/python" + +DEPENDS += "${PYTHON_PN}-docutils-native" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" + +inherit pypi setuptools3 + +SRC_URI[md5sum] = "3ab10a93472201214cd95c05f1923af6" +SRC_URI[sha256sum] = "affeca9e5adfce2666a63890af9d6aff79f670f7511899edaddca7f96593cc25" + +PYPI_PACKAGE = "python-daemon" + +RDEPENDS_${PN} = "\ + ${PYTHON_PN}-docutils \ + ${PYTHON_PN}-lockfile (>= 0.10) \ + ${PYTHON_PN}-resource \ +" -- 2.16.6