python/psutil: Removed the optional dependency pysetuptools.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2016-07-13 18:31:32 +02:00 committed by Willy Sudiarto Raharjo
parent 30c75f9d8e
commit ff0f3bcf37
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -4,7 +4,7 @@ a portable way by using Python, implementing many functionalities offered by
command line tools such as: ps, top, df, kill, free, lsof, netstat, ifconfig,
nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, and pmap.
Optional: pysetuptools, python3.
Optional: python3.
To install python3 bindings run the slackbuild with PYTHON3=yes.