summaryrefslogtreecommitdiffstats
path: root/libraries/pycparser/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-11-26 11:39:08 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-12-03 07:21:38 +0700
commitd6d721ab092c9350c189ea88e3c583932423b506 (patch)
treed402b3c5735797cda69cdd421cca41b5fcae69ab /libraries/pycparser/README
parent4a82baeb1634aebce8d60518acc7b8691b735ffc (diff)
downloadslackbuilds-d6d721ab092c9350c189ea88e3c583932423b506.tar.gz
slackbuilds-d6d721ab092c9350c189ea88e3c583932423b506.tar.xz
libraries/pycparser: Add python3 support.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/pycparser/README')
-rw-r--r--libraries/pycparser/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/pycparser/README b/libraries/pycparser/README
index 65ad168ec5..024359f0ca 100644
--- a/libraries/pycparser/README
+++ b/libraries/pycparser/README
@@ -1,3 +1,5 @@
**pycparser** is a parser for the C language, written in pure Python. It is a
module designed to be easily integrated into applications that need to parse
C source code.
+
+Optional dependency: python3