summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-daemon_3.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-daemon_3.0.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-daemon_3.0.1.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-daemon_3.0.1.bb b/meta-python/recipes-devtools/python/python3-daemon_3.0.1.bb
index 79507bdce2..715d3bf120 100644
--- a/meta-python/recipes-devtools/python/python3-daemon_3.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-daemon_3.0.1.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "Library to implement a well-behaved Unix daemon process"
2HOMEPAGE = "https://pagure.io/python-daemon/" 2HOMEPAGE = "https://pagure.io/python-daemon/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4 4
5DEPENDS += "${PYTHON_PN}-docutils-native" 5DEPENDS += "python3-docutils-native"
6RDEPENDS:${PN} = "${PYTHON_PN}-docutils \ 6RDEPENDS:${PN} = "python3-docutils \
7 ${PYTHON_PN}-lockfile (>= 0.10) \ 7 python3-lockfile (>= 0.10) \
8 ${PYTHON_PN}-resource \ 8 python3-resource \
9" 9"
10 10
11LICENSE = "Apache-2.0 & GPL-3.0-only" 11LICENSE = "Apache-2.0 & GPL-3.0-only"