mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-pyfanotify: upgrade 0.2.0 -> 0.2.1
0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch refreshed for 0.2.1 Changelog: ========== add installing clang package for readthedocks atexit fix fix file system events: store fs info when marked Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
SUMMARY = "Python wrapper for Linux fanotify."
|
||||
HOMEPAGE = "https://github.com/baskiton/pyfanotify"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=636a36c9df04efcfacf839b8866d9a37"
|
||||
|
||||
SRC_URI += "file://0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch"
|
||||
SRC_URI[sha256sum] = "fd62dccdf3c17ca117e3279f0cbc65c639e53c9dec8a459d44ed6a35c1a18e60"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-crypt \
|
||||
python3-datetime \
|
||||
python3-logging \
|
||||
python3-multiprocessing \
|
||||
"
|
||||
Reference in New Issue
Block a user