From 3fa44ab21c3739d75ed168b4b9ef5200cbc0bf75 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Jan 06 2021 13:58:00 +0000 Subject: Fix build --- diff --git a/diffoscope.spec b/diffoscope.spec index 94d6c6f..abbf2e2 100644 --- a/diffoscope.spec +++ b/diffoscope.spec @@ -68,7 +68,6 @@ Source0: https://salsa.debian.org/reproducible-builds/diffoscope/-/archive %ifnarch ppc64 ppc64le %global tools2 \ - coreboot-utils \ mono-devel %endif %ifarch x86_64 i686 armv7hl @@ -134,6 +133,9 @@ DESELECT=( # Seems to be some incompatibility with python3.9 --deselect=tests/comparators/test_wasm.py + + # What exactly is the point of those tests? + --deselect=tests/test_source.py::test_code_is_black_clean ) LC_CTYPE=C.utf8 \