wok-current view hplip/stuff/setup.py.lc_all.c.diff @ rev 25695

Up linux 5.10.214, Patch xorg-server (CVE-2024-31080, CVE-2024-31081, CVE-2024-31082, CVE-2024-31083)
author Stanislas Leduc <shann@slitaz.org>
date Thu Apr 04 08:53:51 2024 +0000 (5 months ago)
parents
children
line source
1 --- ./setup.py.orig 2016-05-04 00:23:31.000000000 -0500
2 +++ ./setup.py 2016-06-01 13:55:52.173789909 -0500
3 @@ -42,6 +42,8 @@
4 pass
7 +# Set LC_ALL=C so that we can properly parse info from CUPS:
8 +os.environ["LC_ALL"] = "C"
10 # Local
11 from base.g import *