python/marshmallow: update to 3.23.2
[oi-userland.git] / components / python / polib / patches / 02-gmsgfmt.patch
blob2b8d51b90103dd17ef8a3e7563badf7176e101e0
1 --- polib-1.2.0/tests/tests.py.orig
2 +++ polib-1.2.0/tests/tests.py
3 @@ -628,7 +628,7 @@
4 Test for the POFile.save_as_mofile() method.
5 """
6 import distutils.spawn
7 - msgfmt = distutils.spawn.find_executable('msgfmt')
8 + msgfmt = distutils.spawn.find_executable('gmsgfmt')
9 if msgfmt is None:
10 try:
11 return unittest.skip('msgfmt is not installed')