mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-12 13:40:27 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user