summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyfanotify_0.1.3.bb
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2022-04-28 20:34:31 +0200
committerKhem Raj <raj.khem@gmail.com>2022-05-02 14:12:13 -0700
commit9eacd39eaaa0a24ec6765ec06b7c2302055d5ca5 (patch)
tree4891eb25e8fb137fb77d32e14a3509ff8a8c0225 /meta-python/recipes-devtools/python/python3-pyfanotify_0.1.3.bb
parent54c6e9b80f3eae2f78f45e18feec713d62e3af1c (diff)
downloadmeta-openembedded-9eacd39eaaa0a24ec6765ec06b7c2302055d5ca5.tar.gz
python3-pyfanotify: new package
This adds a recipe for pyfanotify - a python wrapper around linux' fanotify interface. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyfanotify_0.1.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyfanotify_0.1.3.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyfanotify_0.1.3.bb b/meta-python/recipes-devtools/python/python3-pyfanotify_0.1.3.bb
new file mode 100644
index 0000000000..a7c8f958ec
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyfanotify_0.1.3.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Python wrapper for Linux fanotify."
2HOMEPAGE = "https://github.com/baskiton/pyfanotify"
3AUTHOR = "Alexander Baskikh"
4SECTION = "devel/python"
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=636a36c9df04efcfacf839b8866d9a37"
7
8SRC_URI += "file://0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch"
9SRC_URI[sha256sum] = "0efa73922fd705b4e8f8f0b51cb88198ceef66cc309e1de21674ef44c879029d"
10
11inherit pypi setuptools3
12
13RDEPENDS:${PN} += " \
14 python3-crypt \
15 python3-datetime \
16 python3-logging \
17 python3-multiprocessing \
18"