File assert_locale.patch of Package python-distro

--- /dev/null
+++ b/tests/__init__.py
@@ -0,0 +1,4 @@
+import locale
+enc = locale.getpreferredencoding()
+assert enc is not None and enc.lower() != "ansi_x3.4-1968", \
+    "Tests don't work with locale encoding set to {}".format(enc)
openSUSE Build Service is sponsored by