diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 10:09:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:52 +0700 |
commit | d98589bc443c838b70f0243a4c2bf94f8d79507b (patch) | |
tree | ecc8cc063a1f2ea0b01146b7be1362fcc1506fad /python/pyinotify/README | |
parent | 3e9e4cdcbacc4458d005577462f3d056ed71660b (diff) | |
download | slackbuilds-d98589bc443c838b70f0243a4c2bf94f8d79507b.tar.gz |
python/pyinotify: Build Python3 by default.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyinotify/README')
-rw-r--r-- | python/pyinotify/README | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/python/pyinotify/README b/python/pyinotify/README index fbe74a473c..40c4baeba2 100644 --- a/python/pyinotify/README +++ b/python/pyinotify/README @@ -2,7 +2,3 @@ Pyinotify is a Python module for monitoring filesystems changes. Pyinotify relies on a Linux Kernel feature (merged in kernel 2.6.13) called inotify. inotify is an event-driven notifier, its notifications are exported from kernel space to user space through three system calls. - -Note: To install python3 bindings pass the variable PYTHON3=yes to the -slackbuild. - # PYTHON3=yes ./pyinotify.SlackBuild |