summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python-daemon_2.1.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-daemon_2.1.2.bb b/meta-python/recipes-devtools/python/python-daemon_2.1.2.bb
index 4c18e2bad..ffb5beb57 100644
--- a/meta-python/recipes-devtools/python/python-daemon_2.1.2.bb
+++ b/meta-python/recipes-devtools/python/python-daemon_2.1.2.bb
@@ -2,7 +2,7 @@ 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-docutils" 5DEPENDS += "python-docutils-native"
6RDEPENDS_${PN} = "python-docutils \ 6RDEPENDS_${PN} = "python-docutils \
7 python-lockfile (>= 0.10) \ 7 python-lockfile (>= 0.10) \
8 python-resource \ 8 python-resource \