From f83eca9c433dcad401dbf784d944ce115f4c0aec Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 27 Jul 2018 08:39:15 -0400 Subject: python-daemon: fix build dependencies to use the native version rather than target for docutils Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-daemon_2.1.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python') 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 4c18e2bad5..ffb5beb570 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" HOMEPAGE = "https://pagure.io/python-daemon/" SECTION = "devel/python" -DEPENDS = "python-docutils" +DEPENDS += "python-docutils-native" RDEPENDS_${PN} = "python-docutils \ python-lockfile (>= 0.10) \ python-resource \ -- cgit 1.2.3-korg