diff options
author | David Spencer <baildon.research@googlemail.com> | 2017-04-04 21:50:57 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-08 06:57:46 +0700 |
commit | 7bfe32588c6222336c71256da8d050e44cbde035 (patch) | |
tree | 00e1a211967223635ffd6efb547eb9c7deeb65be /python/pyicu/README | |
parent | 76e16b5e5e44c84f14a8d403318424dc9d7835f2 (diff) | |
download | slackbuilds-7bfe32588c6222336c71256da8d050e44cbde035.tar.gz |
python/pyicu: Add python3 support.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pyicu/README')
-rw-r--r-- | python/pyicu/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/pyicu/README b/python/pyicu/README index 86100eea25..7473d2b4a8 100644 --- a/python/pyicu/README +++ b/python/pyicu/README @@ -1,2 +1,7 @@ PyICU is a Python extension wrapping IBM's International Components for Unicode C++ library (ICU). + +python3 is an optional dependency. You need to set PYTHON3=yes, +for example: + + PYTHON3=yes ./pyicu.SlackBuild |