mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 01:41:28 +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:
parent
c41ed7f332
commit
f83eca9c43
@ -2,7 +2,7 @@ DESCRIPTION = "Library to implement a well-behaved Unix daemon process"
|
|||||||
HOMEPAGE = "https://pagure.io/python-daemon/"
|
HOMEPAGE = "https://pagure.io/python-daemon/"
|
||||||
SECTION = "devel/python"
|
SECTION = "devel/python"
|
||||||
|
|
||||||
DEPENDS = "python-docutils"
|
DEPENDS += "python-docutils-native"
|
||||||
RDEPENDS_${PN} = "python-docutils \
|
RDEPENDS_${PN} = "python-docutils \
|
||||||
python-lockfile (>= 0.10) \
|
python-lockfile (>= 0.10) \
|
||||||
python-resource \
|
python-resource \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user