blob: 715d3bf1204e44477940a841adade6ac6dcaa26f [file] [log] [blame]
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06001DESCRIPTION = "Library to implement a well-behaved Unix daemon process"
2HOMEPAGE = "https://pagure.io/python-daemon/"
3SECTION = "devel/python"
4
Patrick Williams39653562024-03-01 08:54:02 -06005DEPENDS += "python3-docutils-native"
6RDEPENDS:${PN} = "python3-docutils \
7 python3-lockfile (>= 0.10) \
8 python3-resource \
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06009"
10
11LICENSE = "Apache-2.0 & GPL-3.0-only"
12LIC_FILES_CHKSUM = "file://README;md5=a3a94c615dc969a70525f1eebbacf235"
13
14inherit pypi setuptools3
15
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050016SRC_URI[sha256sum] = "6c57452372f7eaff40934a1c03ad1826bf5e793558e87fef49131e6464b4dae5"
Andrew Geissler6aa7eec2023-03-03 12:41:14 -060017
18PYPI_PACKAGE = "python-daemon"