diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-20 23:52:18 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-20 23:52:18 -0500 |
commit | e48218d43aa8ff9f1a2fce6b69af9370562d88c0 (patch) | |
tree | 433d0bef9d05c06cfe909ab45836a9a1dad84d70 /python | |
parent | 20b87b8decd46f977d462186a87f2539736ac03b (diff) | |
download | slackbuilds-e48218d43aa8ff9f1a2fce6b69af9370562d88c0.tar.gz |
various: Kill python-chardet dep mention
Diffstat (limited to 'python')
-rw-r--r-- | python/css-parser/README | 2 | ||||
-rw-r--r-- | python/cssutils/README | 7 | ||||
-rw-r--r-- | python/html5-parser/README | 2 |
3 files changed, 2 insertions, 9 deletions
diff --git a/python/css-parser/README b/python/css-parser/README index 5cf85ef683..bb43f46c8c 100644 --- a/python/css-parser/README +++ b/python/css-parser/README @@ -1,3 +1,3 @@ A Python package to parse and build CSS Cascading Style Sheets. -Optional dependencies: python3, python-chardet and gdata. +Optional dependency: gdata. diff --git a/python/cssutils/README b/python/cssutils/README index 7fd1da7d4f..ae13134e4d 100644 --- a/python/cssutils/README +++ b/python/cssutils/README @@ -1,8 +1,3 @@ A Python package to parse and build CSS Cascading Style Sheets. -Optional dependencies: python3, python-chardet and gdata. - -Note: To install the python 3 bindings pass PYTHON3="yes" to -the slackbuild - - # PYTHON3="yes" ./cssutils.slackBuild +Optional dependency: gdata diff --git a/python/html5-parser/README b/python/html5-parser/README index 7c3648de65..af00661035 100644 --- a/python/html5-parser/README +++ b/python/html5-parser/README @@ -1,3 +1 @@ Fast C based HTML 5 parsing for python. - -Optional dependency: python-chardet |