python-daemon: fix build dependencies to use the native version rather than target for docutils

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Derek Straka
2018-07-27 08:39:15 -04:00
committed by Khem Raj
parent c41ed7f332
commit f83eca9c43

View File

@@ -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 \