diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 00:42:24 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 00:42:24 -0500 |
commit | 48c22f9303b60a2459850ee6f75c2e19af6e2e09 (patch) | |
tree | 9da697bae75e791d92c222d1bb47be67fd2fb5d2 /python/tinycss | |
parent | 2cb6395e6f83b0f608f69f76410a4a99fc3f0917 (diff) |
various: Kill lots of python3 dep mentions
This is far from complete.
We still need to review and tweak anything with "PYTHON" in
the README, as many/most/all of those are telling the user
how to build with python3 support. We almost surely want to
enable that by default in all of those cases.
Diffstat (limited to 'python/tinycss')
-rw-r--r-- | python/tinycss/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/tinycss/README b/python/tinycss/README index 2b498ce55788..83de6ba5e878 100644 --- a/python/tinycss/README +++ b/python/tinycss/README @@ -4,5 +4,3 @@ full syntax and error handling for CSS 2.1 as well as some CSS 3 modules: CSS Color 3 CSS Fonts 3 CSS Paged Media 3 - -Optional dependency: python3 |