case $THIS_SUB_DEPENDS in
python) echo "python bindings requested, forcing them."; depends python '--with-python';;
       *) echo "unknown sub-depends!"; return 1;;
esac
