From 764ccd07a7f30ecf6549bad618bc05ffb97fae35 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Thu, 11 Jul 2019 09:47:48 -0700 Subject: [PATCH] Remove Swift from default DISABLED_PYTHON3_PACKAGES As of https://review.opendev.org/#/c/653548/ this is no longer necessary. Change-Id: Iab43d77c3444fa97f3339f0e5fa4ad24e87e3fd6 --- stackrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackrc b/stackrc index 2661b5fa0b..4ac8c0338e 100644 --- a/stackrc +++ b/stackrc @@ -131,7 +131,7 @@ export USE_PYTHON3=$(trueorfalse False USE_PYTHON3) # Explicitly list services not to run under Python 3. See # disable_python3_package to edit this variable. -export DISABLED_PYTHON3_PACKAGES="swift" +export DISABLED_PYTHON3_PACKAGES="" # When Python 3 is supported by an application, adding the specific # version of Python 3 to this variable will install the app using that