Hi!

Apparently, python-tesserocr tests don't work if the system locale
differs from "C". The simple patch fixes this FTBFS:

------------------------
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@

 export PYBUILD_NAME=tesserocr
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export LC_ALL=C

 %:
        dh $@ --with python3 --buildsystem=pybuild
------------------------

(I've tried setting LANG, but it wouldn't be sufficient for some reason.)

Cheers!
-- 
Sergei Golovan

Reply via email to