default_build &&

if in_depends $MODULE python ; then
  cd python &&
  python setup.py build &&
  python setup.py install
fi
