summaryrefslogtreecommitdiffstats
path: root/libraries/cffi/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-11-26 11:37:30 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-12-03 07:21:36 +0700
commit4a82baeb1634aebce8d60518acc7b8691b735ffc (patch)
treea35f5a280849550a707e05001491e5cfa064d966 /libraries/cffi/README
parent2a31ca7470d58c95ab7d42c5c9453991d2b0714d (diff)
downloadslackbuilds-4a82baeb1634aebce8d60518acc7b8691b735ffc.tar.gz
slackbuilds-4a82baeb1634aebce8d60518acc7b8691b735ffc.tar.xz
libraries/cffi: 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/cffi/README')
-rw-r--r--libraries/cffi/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/cffi/README b/libraries/cffi/README
index aefa318cac..95a3dd927b 100644
--- a/libraries/cffi/README
+++ b/libraries/cffi/README
@@ -1,2 +1,4 @@
Foreign Function Interface for Python calling C code. The aim of this project
is to provide a convenient and reliable way of calling C code from Python.
+
+Optional dependency: python3