summaryrefslogtreecommitdiffstats
path: root/python/tinycss2
diff options
context:
space:
mode:
author Dave Woodfall <dave@slackbuilds.org>2021-05-24 01:28:18 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-06-02 01:02:59 +0700
commitfdfbe59ea9e0dac355bfb52b0c9adef24a54885a (patch)
treec493cddee67bbf19191fbd0794aa61e4130918fc /python/tinycss2
parented614af71c54cf7717b5def1cd240d02497d1581 (diff)
downloadslackbuilds-fdfbe59ea9e0dac355bfb52b0c9adef24a54885a.tar.gz
slackbuilds-fdfbe59ea9e0dac355bfb52b0c9adef24a54885a.tar.xz
python/tinycss2: Fix REQUIRES.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/tinycss2')
-rw-r--r--python/tinycss2/README6
-rw-r--r--python/tinycss2/tinycss2.info2
2 files changed, 4 insertions, 4 deletions
diff --git a/python/tinycss2/README b/python/tinycss2/README
index 34fd8d5665..778f77e8a2 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 fb7e4cafe7..8e880b2077 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"