aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-daemon_2.1.2.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-07-27 08:39:15 -0400
committerKhem Raj <raj.khem@gmail.com>2018-07-27 19:26:51 -0700
commitb1e20974fd639f35961a62e000f8baceb5cea1bc (patch)
tree853ed6263b4c1233cb075a2a95ee808fac935b7c /recipes-devtools/python/python-daemon_2.1.2.bb
parentbe4ce11c4306328be9478ce0e16f942ad25c8c6a (diff)
downloadmeta-python2-b1e20974fd639f35961a62e000f8baceb5cea1bc.tar.gz
python-daemon: fix build dependencies to use the native version rather than target for docutils
(From meta-openembedded commit: f83eca9c433dcad401dbf784d944ce115f4c0aec) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-daemon_2.1.2.bb')
-rw-r--r--recipes-devtools/python/python-daemon_2.1.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-daemon_2.1.2.bb b/recipes-devtools/python/python-daemon_2.1.2.bb
index 4c18e2b..ffb5beb 100644
--- a/recipes-devtools/python/python-daemon_2.1.2.bb
+++ b/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 \