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