diff options
| author | Derek Straka <derek@asterius.io> | 2023-12-21 15:44:33 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-22 06:39:32 -0800 |
| commit | b572db47ccaa54d26788125557982f5419e4042c (patch) | |
| tree | 149978c8a9be68b3611fc88407c9480d5fca3a3a /meta-python/recipes-devtools/python/python3-pyfanotify_0.2.2.bb | |
| parent | 9723cc8de511f591727508c3435ca3d5e5b13369 (diff) | |
| download | meta-openembedded-b572db47ccaa54d26788125557982f5419e4042c.tar.gz | |
python3-pyfanotify: update to version 0.2.2
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyfanotify_0.2.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyfanotify_0.2.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.2.bb b/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.2.bb new file mode 100644 index 0000000000..292ceab2e3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.2.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] = "90219aa9f8b78fa732f24aa7b21c7bb6ac97a6eb47f1763c899b8194e23af1df" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += " \ | ||
| 13 | python3-crypt \ | ||
| 14 | python3-datetime \ | ||
| 15 | python3-logging \ | ||
| 16 | python3-multiprocessing \ | ||
| 17 | " | ||
