summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.1.bb')
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.1.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.1.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.1.bb
deleted file mode 100644
index c9fd07144c..0000000000
--- a/meta-openembedded/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.1.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-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 \
-"