Closed issue by paper42 on void-packages repository https://github.com/void-linux/void-packages/issues/37837 Description: For example openocd has jimtcl in makedepends, but it's version restricted: `jimtcl-devel>=0.81_1<=0.81_9999` ``` %: ./xbps-src show-build-deps openocd => ERROR: openocd-0.11.0+1_1: dependency 'jimtcl-devel>=0.81_1<=0.81_9999' does not exist! ``` show-build-deps should understand version restrictions and not throw an error.