diff options
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.bb | 10 |
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 @@ | |||
1 | SUMMARY = "Filesystem events monitoring" | 1 | SUMMARY = "Filesystem events monitoring" |
2 | DEPENDS = "${PYTHON_PN}-argh" | 2 | DEPENDS = "python3-argh" |
3 | 3 | ||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
@@ -9,10 +9,10 @@ SRC_URI[sha256sum] = "4d98a320595da7a7c5a18fc48cb633c2e73cda78f93cac2ef42d42bf60 | |||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS:${PN} = " \ | 11 | RDEPENDS:${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 | ||
18 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |