From a74c618b36f70dd89e5a9285852993d830167be3 Mon Sep 17 00:00:00 2001 From: sebthom Date: Mon, 5 Aug 2024 13:50:31 +0200 Subject: [PATCH] fix: ModuleNotFoundError: No module named 'backports' --- pyinstaller.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/pyinstaller.spec b/pyinstaller.spec index 1b05517..97ed10c 100644 --- a/pyinstaller.spec +++ b/pyinstaller.spec @@ -19,7 +19,6 @@ datas = [ excluded_modules = [ "_aix_support", "argparse", - "backports", "bz2", "cryptography.hazmat", "distutils",