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