diff options
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 |
commit | 3063686ce430e4da399b7d6d2d082f6750a4a450 (patch) | |
tree | 829629082f2de9b83d737c555e4ffa638e0458e5 /python | |
parent | 18ee2c48c6efaa77e4ae725d9cdbea20de9919a2 (diff) |
python/cssselect: Removed the optional dependency pysetuptools.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/cssselect/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/cssselect/README b/python/cssselect/README index b96802a66498..9d2c7d4aae63 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. |