diff --git a/.ci/testcases/test_device.py b/.ci/testcases/test_device.py index 2d15fc1e2..e486d87e7 100644 --- a/.ci/testcases/test_device.py +++ b/.ci/testcases/test_device.py @@ -25,6 +25,9 @@ def device_dependency_check(apkbuild, path): " depends of " + path + ". These go into" " subpackages now, see" " .") + if depend == "mesa-dri-gallium": + raise RuntimeError(f"{path}: mesa-dri-gallium shouldn't be in" + " depends anymore (see pmaports!3478)") def test_aports_device(args):