summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb
diff options
context:
space:
mode:
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.bb22
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"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382" 3LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382"
4 4
5SRC_URI[md5sum] = "8e580fa1ff3971f94a6f81672b76c406"
6SRC_URI[sha256sum] = "9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4"
7
8SRC_URI += " \
9 file://0001-Make-asyncore-support-optional-for-Python-3.patch \
10"
11
12inherit pypi python_setuptools_build_meta
13
14DEPENDS += " \
15 python3-setuptools-scm-native \
16"
17
5RDEPENDS:${PN} += "\ 18RDEPENDS:${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
15SRC_URI[md5sum] = "8e580fa1ff3971f94a6f81672b76c406"
16SRC_URI[sha256sum] = "9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4"
17
18SRC_URI += " \
19 file://0001-Make-asyncore-support-optional-for-Python-3.patch \
20"
21
22inherit pypi setuptools3