From 660c8aa42f6e1c838eb32f58993322c7e03c6bd0 Mon Sep 17 00:00:00 2001 From: su_v Date: Mon, 2 Nov 2015 16:12:40 +0100 Subject: packaging/macosx: revert change included in last commit by mistake (py-reportlab is not required) (bzr r14443) --- packaging/macosx/osx-app.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh index d9e317bed..d4bfee285 100755 --- a/packaging/macosx/osx-app.sh +++ b/packaging/macosx/osx-app.sh @@ -497,8 +497,6 @@ if [ ${add_python} = "true" ]; then $cp_cmd -RL "$packages_path/../../../share/pygtk" "$pkgshare" $cp_cmd -RL "$packages_path/pygtk.pth" "$pkgpython" $cp_cmd -RL "$packages_path/pygtk.py" "$pkgpython" - # ReportLab (for inkscape-hocrpdf, experimental) - $cp_cmd -RL "$packages_path/reportlab" "$pkgpython" # cleanup python modules find "$pkgpython" -name *.pyc -print0 | xargs -0 rm -f find "$pkgpython" -name *.pyo -print0 | xargs -0 rm -f -- cgit v1.2.3