From 69a43ef1ea73a0a1ae3f8ef63080b9d9cfe93e0f Mon Sep 17 00:00:00 2001 From: al-munazzim Date: Tue, 11 Aug 2026 21:19:55 +0200 Subject: [PATCH] Fix PyInstaller specterd backports import (#2694) Co-authored-by: Nazim --- pyinstaller/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pyinstaller/requirements.txt b/pyinstaller/requirements.txt index 1e12d2dd3..f69d0ce3d 100644 --- a/pyinstaller/requirements.txt +++ b/pyinstaller/requirements.txt @@ -7,6 +7,7 @@ pyinstaller==6.11.1 pyinstaller-hooks-contrib>=2024.0 setuptools>=78.1.1 +backports.tarfile==1.2.0 # Platform helpers altgraph>=0.17