From 225b4e6b2c688d8af75dd5814102f1335b46bbdc Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Mon, 25 Mar 2019 10:10:02 +1300 Subject: python/python-fonttools: Fix python3 support. Signed-off-by: Andrew Clemons --- python/python-fonttools/python-fonttools.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/python-fonttools/python-fonttools.SlackBuild b/python/python-fonttools/python-fonttools.SlackBuild index a120d1acab72..9fbfa3ce6f81 100644 --- a/python/python-fonttools/python-fonttools.SlackBuild +++ b/python/python-fonttools/python-fonttools.SlackBuild @@ -74,7 +74,7 @@ python setup.py install --root=$PKG # Python 3 support. if $(python3 -c 'import sys' 2>/dev/null); then - BINARIES="fonttools pyftinspect pyftmerge pyftsubset ttx" + BINARIES="fonttools pyftmerge pyftsubset ttx" # backup the python2 binaries for f in $BINARIES ; do mv "$PKG/usr/bin/$f"{,2} -- cgit v1.2.3