From 3063686ce430e4da399b7d6d2d082f6750a4a450 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Wed, 13 Jul 2016 18:28:38 +0200 Subject: python/cssselect: Removed the optional dependency pysetuptools. Signed-off-by: Matteo Bernardini --- python/cssselect/README | 3 +-- 1 file changed, 1 insertion(+), 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. -- cgit v1.2.3-65-gdbad