New comment by bingulo on void-packages repository https://github.com/void-linux/void-packages/pull/38537#issuecomment-1209622698 Comment: Should I specify python3 on depends of Orthanc-Python? It don't explicity depends, but if it's compiled with python 3.10, as example, you cannot use it with python 3.11, as you need to compile with the specific python version flag. I'm thinking in put something like `depends="python3>=${py3_ver}<$(( ${py3_ver} + 1 ))"` (probably it shell expansion don't work, it's just to illustrate my idea)