LAKITU: add Python 3.8 compat for SDK packages

Add python 3.8 compat to the packages that are part of SDK build

BUG=b/257113269
TEST=presubmit
RELEASE_NOTE=None

Change-Id: I8d3495a224a3caed7955eb9309e33d9407702b48
Reviewed-on: https://cos-review.googlesource.com/c/third_party/overlays/chromiumos-overlay/+/41684
Tested-by: Cusky Presubmit Bot <presubmit@cos-infra-prod.iam.gserviceaccount.com>
Reviewed-by: Robert Kolchmeyer <rkolchmeyer@google.com>
diff --git a/dev-embedded/libftdi/libftdi-1.2.ebuild b/dev-embedded/libftdi/libftdi-1.2.ebuild
index b6e98ba..5ca8950 100644
--- a/dev-embedded/libftdi/libftdi-1.2.ebuild
+++ b/dev-embedded/libftdi/libftdi-1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_8 )
 inherit cmake-utils python-single-r1
 
 MY_P="${PN}1-${PV}"
diff --git a/dev-libs/closure_linter/closure_linter-2.3.13.ebuild b/dev-libs/closure_linter/closure_linter-2.3.13.ebuild
index 44fd7b9..73f11c0 100644
--- a/dev-libs/closure_linter/closure_linter-2.3.13.ebuild
+++ b/dev-libs/closure_linter/closure_linter-2.3.13.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7,8} )
 inherit distutils-r1
 
 DESCRIPTION="A utility that checks JavaScript files for style issues"
diff --git a/dev-python/clang-python/clang-python-7.0.0-r2.ebuild b/dev-python/clang-python/clang-python-7.0.0-r2.ebuild
index c1da799..9b6939e 100644
--- a/dev-python/clang-python/clang-python-7.0.0-r2.ebuild
+++ b/dev-python/clang-python/clang-python-7.0.0-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7,3_8} )
 inherit python-r1
 
 MY_P=cfe-${PV/_/}.src
diff --git a/dev-python/dpkt/dpkt-1.9.2.ebuild b/dev-python/dpkt/dpkt-1.9.2.ebuild
index 8bb5bb0..ebdceb2 100644
--- a/dev-python/dpkt/dpkt-1.9.2.ebuild
+++ b/dev-python/dpkt/dpkt-1.9.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
 
 inherit distutils-r1
 
diff --git a/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild b/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild
index 03ab2f9..541c5ee 100644
--- a/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild
+++ b/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy )
 
 inherit distutils-r1
 
diff --git a/dev-python/pyahocorasick/pyahocorasick-1.4.0-r1.ebuild b/dev-python/pyahocorasick/pyahocorasick-1.4.0-r1.ebuild
index aa5fac9..3d10a05 100644
--- a/dev-python/pyahocorasick/pyahocorasick-1.4.0-r1.ebuild
+++ b/dev-python/pyahocorasick/pyahocorasick-1.4.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
 
 inherit distutils-r1
 
diff --git a/media-libs/alsa-lib/alsa-lib-1.2.1.2.ebuild b/media-libs/alsa-lib/alsa-lib-1.2.1.2.ebuild
index d8abe5c..09acfd1 100644
--- a/media-libs/alsa-lib/alsa-lib-1.2.1.2.ebuild
+++ b/media-libs/alsa-lib/alsa-lib-1.2.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
 
 inherit autotools multilib multilib-minimal python-single-r1
 
diff --git a/sys-devel/grit-i18n/grit-i18n-20200210.ebuild b/sys-devel/grit-i18n/grit-i18n-20200210.ebuild
index 95d7d08..1214f84 100644
--- a/sys-devel/grit-i18n/grit-i18n-20200210.ebuild
+++ b/sys-devel/grit-i18n/grit-i18n-20200210.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit python-single-r1