diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-19 22:06:27 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-19 22:06:27 -0500 |
commit | ef7716f86daa446d9bcac3167e6e03c36a74c4b3 (patch) | |
tree | e597b96800bbb6345a3e217355560514d2339ce2 /python/pyicu/README | |
parent | 92ece461ba522f05260e6705a21ca3950699f742 (diff) |
python/pyicu: Build with python3 unconditionally
Diffstat (limited to 'python/pyicu/README')
-rw-r--r-- | python/pyicu/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/pyicu/README b/python/pyicu/README index 7473d2b4a8..86100eea25 100644 --- a/python/pyicu/README +++ b/python/pyicu/README @@ -1,7 +1,2 @@ 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 |