Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | DESCRIPTION = "Python pyinotify: Linux filesystem events monitoring" |
| 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382" |
| 4 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 5 | RDEPENDS:${PN} += "\ |
Patrick Williams | 03514f1 | 2024-04-05 07:04:11 -0500 | [diff] [blame] | 6 | python3-ctypes \ |
| 7 | python3-fcntl \ |
| 8 | python3-io \ |
| 9 | python3-logging \ |
| 10 | python3-misc \ |
| 11 | python3-shell \ |
| 12 | python3-threading \ |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 13 | " |
| 14 | |
| 15 | SRC_URI[md5sum] = "8e580fa1ff3971f94a6f81672b76c406" |
| 16 | SRC_URI[sha256sum] = "9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4" |
| 17 | |
Patrick Williams | 03514f1 | 2024-04-05 07:04:11 -0500 | [diff] [blame] | 18 | SRC_URI += " \ |
| 19 | file://0001-Make-asyncore-support-optional-for-Python-3.patch \ |
| 20 | " |
| 21 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 22 | inherit pypi setuptools3 |