diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-06 15:44:01 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | c2e9c35cdad0eceba8fea0a622155d607071a8b0 (patch) | |
tree | 1915aeb694eec1e8c583b5d5b24fc428857a6f57 /python/lxml | |
parent | 0203f6567c033b05f0b66e64f7e79bd9b3474bc6 (diff) | |
download | slackbuilds-c2e9c35cdad0eceba8fea0a622155d607071a8b0.tar.gz |
Multiple: Fix .info and README (Cython refs)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/lxml')
-rw-r--r-- | python/lxml/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lxml/README b/python/lxml/README index 61afd1f60f..5772fe694a 100644 --- a/python/lxml/README +++ b/python/lxml/README @@ -2,5 +2,5 @@ lxml is a Pythonic binding for the libxml2 and libxslt libraries. It is unique in that it combines the speed and feature completeness of these libraries with the simplicity of a native Python API. -Cython, python3 and pysetuptools are optional build dependencies. +python3 is an optional build dependency. cssselect and html5lib are optional runtime dependencies. |