summaryrefslogtreecommitdiffstats
path: root/python/pyinotify
diff options
context:
space:
mode:
author Robby Workman2013-07-13 08:48:20 +0200
committer Robby Workman2013-07-15 00:08:07 +0200
commit0d5cfe4a69480e86209308fc09927893977b25f3 (patch)
treefe04f651d4d6f55a1337f3fb429049ca876c0c50 /python/pyinotify
parentdadfddb6081ed40203680ec35e7197c7fa8344ea (diff)
downloadslackbuilds-0d5cfe4a69480e86209308fc09927893977b25f3.tar.gz
python/pyinotify: sed s,distribute,pysetuptools, README
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/pyinotify')
-rw-r--r--python/pyinotify/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyinotify/README b/python/pyinotify/README
index f67a325c78..54db578c8f 100644
--- a/python/pyinotify/README
+++ b/python/pyinotify/README
@@ -3,4 +3,4 @@ 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.
-distribute and python3 are optional deps that will be used if present.
+pysetuptools and python3 are optional deps that will be used if present.