diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 00:42:24 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 00:42:24 -0500 |
commit | 48c22f9303b60a2459850ee6f75c2e19af6e2e09 (patch) | |
tree | 9da697bae75e791d92c222d1bb47be67fd2fb5d2 /python/pyinotify | |
parent | 2cb6395e6f83b0f608f69f76410a4a99fc3f0917 (diff) |
various: Kill lots of python3 dep mentions
This is far from complete.
We still need to review and tweak anything with "PYTHON" in
the README, as many/most/all of those are telling the user
how to build with python3 support. We almost surely want to
enable that by default in all of those cases.
Diffstat (limited to 'python/pyinotify')
-rw-r--r-- | python/pyinotify/README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/pyinotify/README b/python/pyinotify/README index 92a22254c92a..fbe74a473cc5 100644 --- a/python/pyinotify/README +++ b/python/pyinotify/README @@ -3,9 +3,6 @@ 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. -Optional dependency: python3 - Note: To install python3 bindings pass the variable PYTHON3=yes to the slackbuild. - # PYTHON3=yes ./pyinotify.SlackBuild |