diff options
-rw-r--r-- | python/tinycss2/README | 6 | ||||
-rw-r--r-- | python/tinycss2/tinycss2.info | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/tinycss2/README b/python/tinycss2/README index 34fd8d56650f..778f77e8a28e 100644 --- a/python/tinycss2/README +++ b/python/tinycss2/README @@ -1,3 +1,3 @@ -All the web developers know the CSS format, but do they really know all the -subtleties of its syntax? tinycss2 provides a CSS parser that is able to -extract everything you want from stylesheets. +All the web developers know the CSS format, but do they really know all +the subtleties of its syntax? tinycss2 provides a CSS parser that is +able to extract everything you want from stylesheets. diff --git a/python/tinycss2/tinycss2.info b/python/tinycss2/tinycss2.info index fb7e4cafe7f7..8e880b207703 100644 --- a/python/tinycss2/tinycss2.info +++ b/python/tinycss2/tinycss2.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/ce/d3/ece7a98d5826bd134e269a3a MD5SUM="7caf513c4e87fc2449dcfbf407a8416f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python-webencodings" +REQUIRES="python3-webencodings" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |