New review comment by andry-dev on void-packages repository https://github.com/void-linux/void-packages/pull/27300#discussion_r546439802 Comment: Yes, it needs to depend on `samba` because `ctdbd` spawns `smbd` processes and manages them. `ctdb` can also be configured to manage a `smb.conf`. It seems to me that dependencies are properly tracked, if I try to remove `samba` it doesn't work: ``` $ sudo xbps-remove samba samba-4.13.2_2 in transaction breaks installed pkg `ctdb-4.13.2_2' samba-4.13.2_2 in transaction breaks installed pkg `samba-devel-4.13.2_2' samba-4.13.2_2 in transaction breaks installed pkg `samba-python3-4.13.2_2' Transaction aborted due to unresolved dependencies. ```