python3-daemon: add new recipe 74/8274/1
authorJackie Huang <jackie.huang@windriver.com>
Mon, 24 May 2021 06:38:24 +0000 (14:38 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Thu, 12 May 2022 13:47:30 +0000 (21:47 +0800)
python3-daemon is required by logmgmt.

Issue-ID: INF-215

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Idf97763b1d5ba6edb3abd3440d7786b2417b32e8

meta-starlingx/meta-stx-integ/recipes-devtools/python/python3-daemon_2.2.3.bb [new file with mode: 0644]

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 (file)
index 0000000..2e6b777
--- /dev/null
@@ -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 \
+"