diff --git a/inc/python b/inc/python index 727d52cd5b..f98d28d995 100644 --- a/inc/python +++ b/inc/python @@ -446,7 +446,7 @@ function setup_package { # Report whether python 3 should be used # TODO(frickler): drop this once all legacy uses are removed function python3_enabled { - return 1 + return 0 } # Provide requested python version and sets PYTHON variable