python312Packages.typecode: fix build against file 5.46 (#389490)

This commit is contained in:
Sandro
2025-03-20 17:50:48 +01:00
committed by GitHub
@@ -61,6 +61,11 @@ buildPythonPackage rec {
# fails due to change in file (libmagic) 5.45
"test_doc_postscript_eps"
"test_package_debian"
# fails due to change in file (libmagic) 5.46
"test_media_image_img"
"test_compiled_elf_so"
"test_compiled_elf_so_2"
];
pythonImportsCheck = [ "typecode" ];