summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-watchdog_3.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-watchdog_3.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-watchdog_3.0.0.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-watchdog_3.0.0.bb b/meta-python/recipes-devtools/python/python3-watchdog_3.0.0.bb
index bcd64892a2..bdcd4237b5 100644
--- a/meta-python/recipes-devtools/python/python3-watchdog_3.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-watchdog_3.0.0.bb
@@ -1,5 +1,5 @@
1SUMMARY = "Filesystem events monitoring" 1SUMMARY = "Filesystem events monitoring"
2DEPENDS = "${PYTHON_PN}-argh" 2DEPENDS = "python3-argh"
3 3
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
@@ -9,10 +9,10 @@ SRC_URI[sha256sum] = "4d98a320595da7a7c5a18fc48cb633c2e73cda78f93cac2ef42d42bf60
9inherit pypi setuptools3 9inherit pypi setuptools3
10 10
11RDEPENDS:${PN} = " \ 11RDEPENDS:${PN} = " \
12 ${PYTHON_PN}-argh \ 12 python3-argh \
13 ${PYTHON_PN}-pathtools3 \ 13 python3-pathtools3 \
14 ${PYTHON_PN}-pyyaml \ 14 python3-pyyaml \
15 ${PYTHON_PN}-requests \ 15 python3-requests \
16" 16"
17 17
18BBCLASSEXTEND = "native nativesdk" 18BBCLASSEXTEND = "native nativesdk"