diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-daemon_3.0.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-daemon_3.0.1.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-daemon_3.0.1.bb b/meta-python/recipes-devtools/python/python3-daemon_3.0.1.bb index 79507bdce2..715d3bf120 100644 --- a/meta-python/recipes-devtools/python/python3-daemon_3.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-daemon_3.0.1.bb | |||
@@ -2,10 +2,10 @@ DESCRIPTION = "Library to implement a well-behaved Unix daemon process" | |||
2 | HOMEPAGE = "https://pagure.io/python-daemon/" | 2 | HOMEPAGE = "https://pagure.io/python-daemon/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | 4 | ||
5 | DEPENDS += "${PYTHON_PN}-docutils-native" | 5 | DEPENDS += "python3-docutils-native" |
6 | RDEPENDS:${PN} = "${PYTHON_PN}-docutils \ | 6 | RDEPENDS:${PN} = "python3-docutils \ |
7 | ${PYTHON_PN}-lockfile (>= 0.10) \ | 7 | python3-lockfile (>= 0.10) \ |
8 | ${PYTHON_PN}-resource \ | 8 | python3-resource \ |
9 | " | 9 | " |
10 | 10 | ||
11 | LICENSE = "Apache-2.0 & GPL-3.0-only" | 11 | LICENSE = "Apache-2.0 & GPL-3.0-only" |