optional_depends python  "--with-python3" "--without-python3" "for python 3.x bindings support"

if in_depends $MODULE python; then
  depends swig
fi

optional_depends python2 "--with-python"  "--without-python"  "for Python 2.x bindings support" "n"

if in_depends $MODULE python2; then
  depends swig
fi
