diff options
author | Armin Kuster <akuster808@gmail.com> | 2024-08-10 12:42:05 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-08-10 12:42:05 -0400 |
commit | 783c08cb223ff9706d4307933fd86ca2765522d6 (patch) | |
tree | eb43c02e82ffaca748cbc2ecbc5f134eb66203aa /dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb | |
parent | 97789e4fad70f8073d8a5602180f8db40baf516d (diff) | |
download | meta-security-783c08cb223ff9706d4307933fd86ca2765522d6.tar.gz |
switch to PEP-517 build backend
Signed-off-by: Armin Kuster <akuster808@gmail.com>
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 | 22 |
1 files changed, 13 insertions, 9 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 ff1b611..9aaa7c9 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 | |||
@@ -2,6 +2,19 @@ DESCRIPTION = "Python pyinotify: Linux filesystem events monitoring" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "8e580fa1ff3971f94a6f81672b76c406" | ||
6 | SRC_URI[sha256sum] = "9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4" | ||
7 | |||
8 | SRC_URI += " \ | ||
9 | file://0001-Make-asyncore-support-optional-for-Python-3.patch \ | ||
10 | " | ||
11 | |||
12 | inherit pypi python_setuptools_build_meta | ||
13 | |||
14 | DEPENDS += " \ | ||
15 | python3-setuptools-scm-native \ | ||
16 | " | ||
17 | |||
5 | RDEPENDS:${PN} += "\ | 18 | RDEPENDS:${PN} += "\ |
6 | python3-ctypes \ | 19 | python3-ctypes \ |
7 | python3-fcntl \ | 20 | python3-fcntl \ |
@@ -11,12 +24,3 @@ RDEPENDS:${PN} += "\ | |||
11 | python3-shell \ | 24 | python3-shell \ |
12 | python3-threading \ | 25 | python3-threading \ |
13 | " | 26 | " |
14 | |||
15 | SRC_URI[md5sum] = "8e580fa1ff3971f94a6f81672b76c406" | ||
16 | SRC_URI[sha256sum] = "9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4" | ||
17 | |||
18 | SRC_URI += " \ | ||
19 | file://0001-Make-asyncore-support-optional-for-Python-3.patch \ | ||
20 | " | ||
21 | |||
22 | inherit pypi setuptools3 | ||