diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-11-14 23:16:33 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-24 00:06:56 -0600 |
commit | 4c6ef1f89d32de3bd33cd720d340460ffc24b2c7 (patch) | |
tree | 3123b7d439ef80d19b48dfbc0e85c4c1b789888b /graphics/ocropus/no_display.patch | |
parent | fe59227d7a8140d5952dab4505618204807933c5 (diff) |
graphics/ocropus: Removed (no SBo maintainer)
Nothing else in the repo needs this, so there's not any
good reason for us to continue carrying it.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/ocropus/no_display.patch')
-rw-r--r-- | graphics/ocropus/no_display.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/ocropus/no_display.patch b/graphics/ocropus/no_display.patch deleted file mode 100644 index 2fdae89fce..0000000000 --- a/graphics/ocropus/no_display.patch +++ /dev/null @@ -1,15 +0,0 @@ -See https://code.google.com/p/ocropus/issues/detail?id=365 - -diff -Naur ocropus-20120920.orig/ocropy/setup.py ocropus-20120920/ocropy/setup.py ---- ocropus-20120920.orig/ocropy/setup.py 2012-09-20 06:48:34.000000000 +0200 -+++ ocropus-20120920/ocropy/setup.py 2012-09-20 11:16:24.784307573 +0200 -@@ -4,6 +4,9 @@ - from distutils.core import setup, Extension, Command - from distutils.command.install_data import install_data - -+import matplotlib -+matplotlib.use('Agg') -+ - from ocrolib import default - modeldir = "models/" - modelfiles = default.installable |