diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyfanotify_0.2.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyfanotify_0.2.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.1.bb b/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.1.bb new file mode 100644 index 0000000000..c9fd07144c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.1.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | SUMMARY = "Python wrapper for Linux fanotify." | ||
2 | HOMEPAGE = "https://github.com/baskiton/pyfanotify" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=636a36c9df04efcfacf839b8866d9a37" | ||
6 | |||
7 | SRC_URI += "file://0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch" | ||
8 | SRC_URI[sha256sum] = "fd62dccdf3c17ca117e3279f0cbc65c639e53c9dec8a459d44ed6a35c1a18e60" | ||
9 | |||
10 | inherit pypi setuptools3 | ||
11 | |||
12 | RDEPENDS:${PN} += " \ | ||
13 | python3-crypt \ | ||
14 | python3-datetime \ | ||
15 | python3-logging \ | ||
16 | python3-multiprocessing \ | ||
17 | " | ||