perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / importcheck / patches / 03-sunos.patch
blobc7c2a359896fb96ba12e901c1a28882064df3f11
1 https://github.com/python-coincidence/importcheck/issues/60
3 --- importcheck-0.5.0/tests/conftest.py.orig
4 +++ importcheck-0.5.0/tests/conftest.py
5 @@ -22,6 +22,7 @@
6 '"platform_system == \\"Windows\\"" = [ "msvcrt",]',
7 '"platform_system == \\"Linux\\"" = [ "posix",]',
8 '"platform_system == \\"Darwin\\"" = [ "plistlib",]',
9 + '"platform_system == \\"SunOS\\"" = [ "posix",]',
10 '',
11 "[tool.importcheck.config]",
12 "show = true",