From 544263099b15f3356124a9a613b10033ee9bf086 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Sat, 6 Sep 2025 07:47:46 -0700 Subject: [PATCH] Cleaned up Python library imports: googleapiclient, iso8601. #1829 --- src/gam.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam.spec b/src/gam.spec index c4defce9..811274d2 100644 --- a/src/gam.spec +++ b/src/gam.spec @@ -33,7 +33,7 @@ datas += [('gam/contactdelegation-v1.json', '.')] datas += [('gam/datastudio-v1.json', '.')] datas += [('gam/meet-v2beta.json', '.')] datas += [('gam/serviceaccountlookup-v1.json', '.')] -datas += [('cacerts.pem', '.')] +#datas += [('cacerts.pem', '.')] hiddenimports = [ 'gam.gamlib.yubikey', ]