summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2016-07-13 18:28:38 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-07-17 07:49:40 +0700
commit3063686ce430e4da399b7d6d2d082f6750a4a450 (patch)
tree829629082f2de9b83d737c555e4ffa638e0458e5 /python
parent18ee2c48c6efaa77e4ae725d9cdbea20de9919a2 (diff)
downloadslackbuilds-3063686ce430e4da399b7d6d2d082f6750a4a450.tar.gz
slackbuilds-3063686ce430e4da399b7d6d2d082f6750a4a450.tar.xz
python/cssselect: Removed the optional dependency pysetuptools.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/cssselect/README3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/cssselect/README b/python/cssselect/README
index b96802a664..9d2c7d4aae 100644
--- a/python/cssselect/README
+++ b/python/cssselect/README
@@ -3,5 +3,4 @@ Such expressions can be used in lxml or another XPath engine to find the
matching elements in an XML or HTML document.
Optionally: lxml can be installed for running tests. Sphinx and Pygments
-can be installed for man pages. pysetuptools can be used as a build time
-dependency.
+can be installed for man pages.