diff options
author | Armin Kuster <akuster808@gmail.com> | 2024-02-20 11:44:41 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-03-27 12:36:58 -0400 |
commit | 4eab875b339a128049061fa34b60f0f2167bd0ca (patch) | |
tree | 31a9c22f3a3d235a7962e9a0c07108be7cd957d9 /dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb | |
parent | 30e755c59204cbd64c3aa12e64ab33041f6f02c0 (diff) | |
download | meta-security-4eab875b339a128049061fa34b60f0f2167bd0ca.tar.gz |
meta-security: Drop ${PYTHON_PN}
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
V2] Fix typo in python3-pyinotify changes
Diffstat (limited to 'dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb')
-rw-r--r-- | dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb index 963fcfe..9acdf54 100644 --- a/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb +++ b/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb | |||
@@ -3,13 +3,13 @@ LICENSE = "MIT" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382" |
4 | 4 | ||
5 | RDEPENDS:${PN} += "\ | 5 | RDEPENDS:${PN} += "\ |
6 | ${PYTHON_PN}-ctypes \ | 6 | python3-ctypes \ |
7 | ${PYTHON_PN}-fcntl \ | 7 | python3-fcntl \ |
8 | ${PYTHON_PN}-io \ | 8 | python3-io \ |
9 | ${PYTHON_PN}-logging \ | 9 | python3-logging \ |
10 | ${PYTHON_PN}-misc \ | 10 | python3-misc \ |
11 | ${PYTHON_PN}-shell \ | 11 | python3-shell \ |
12 | ${PYTHON_PN}-threading \ | 12 | python3-threading \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI[md5sum] = "8e580fa1ff3971f94a6f81672b76c406" | 15 | SRC_URI[md5sum] = "8e580fa1ff3971f94a6f81672b76c406" |