summaryrefslogtreecommitdiffstats
path: root/python/cssselect/README
diff options
context:
space:
mode:
author larryhaja <larryhaja@gmail.com>2013-11-13 19:15:55 -0800
committer Robby Workman <rworkman@slackbuilds.org>2013-11-14 00:06:28 -0600
commitb4c4309118001ece8f999b4d60b9172332a29cfa (patch)
tree71813dfaea192eac1632aedba051ffe25f652788 /python/cssselect/README
parent678dc5fb20d5dabbef80f2b7ce07d00a263d8ee9 (diff)
downloadslackbuilds-b4c4309118001ece8f999b4d60b9172332a29cfa.tar.gz
slackbuilds-b4c4309118001ece8f999b4d60b9172332a29cfa.tar.xz
python/cssselect: Upgraded to 0.9.1
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/cssselect/README')
-rw-r--r--python/cssselect/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/cssselect/README b/python/cssselect/README
index 9d2c7d4aae..b96802a664 100644
--- a/python/cssselect/README
+++ b/python/cssselect/README
@@ -3,4 +3,5 @@ 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.
+can be installed for man pages. pysetuptools can be used as a build time
+dependency.