lang/hermes: Make Python an explicit build dependency (D29353)
This unbreaks the build when using devel/samurai.
It previously was available in the configure phase through ninja
which has a run dependency on Python.
<phase: configure >
> Missing "/usr/local/bin/python3.7" to create a binary alias at "/wrkdirs/usr/ports/lang/hermes/work/.bin/python"
PR: 254678