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
_______________________________________________
Python-modules-team mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team