aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-daemon_2.1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-daemon_2.1.2.bb')
-rw-r--r--recipes-devtools/python/python-daemon_2.1.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/python/python-daemon_2.1.2.bb b/recipes-devtools/python/python-daemon_2.1.2.bb
index ea2f7cc..9bd0808 100644
--- a/recipes-devtools/python/python-daemon_2.1.2.bb
+++ b/recipes-devtools/python/python-daemon_2.1.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pagure.io/python-daemon/"
SECTION = "devel/python"
DEPENDS += "python-docutils-native"
-RDEPENDS_${PN} = "python-docutils \
+RDEPENDS:${PN} = "python-docutils \
python-lockfile (>= 0.10) \
python-resource \
"
@@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "261c859be5c12ae7d4286dc6951e87e9e1a70a882a8b41fd926efc1ec4
# i = p.rfind('/') + 1
# AttributeError: 'NoneType' object has no attribute 'rfind'
#S = "${WORKDIR}/python-daemon"
-SRC_URI_append = " \
+SRC_URI:append = " \
file://0001-Workaround-for-issue-2-1.patch \
"