summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pyinotify: Add missing ctypes dependencyMark Jonas2020-11-041-1/+2
| | | | | | | | | | | | | pyinotify 0.9.6 has a runtime dependency on ctypes. See https://github.com/seb-m/pyinotify/blob/0.9.6/python3/pyinotify.py#L82 pyinotify prefers ctypes to inotify_syscalls. The latter is only a fallback. See https://github.com/seb-m/pyinotify/blob/0.9.6/python3/pyinotify.py#L129 Signed-off-by: Mark Jonas <toertel@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyinotify: consolidate inc and bb files into a single bb fileDerek Straka2020-04-051-2/+16
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyinotify: Add new recipeDominic Sacré2015-08-311-0/+2
Use a common .inc file for the python-pyinotify and python3-pyinotify recipes. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>