New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/27304#issuecomment-749726428 Comment: It seems `ansible-base` requires `ansible` for testing, which isn't doable. So remove `checkdepends` from it and add something like ``` do_check() { : # tests require ansible, which would be a cyclic dependency } ```