Blob Blame History Raw
From 3ea1f1a3424c165b7bc60b10a51900a442d218cb Mon Sep 17 00:00:00 2001
From: Tomas Orsava <torsava@redhat.com>
Date: Mon, 31 Jan 2022 16:54:59 +0100
Subject: [PATCH] Remove the bundled windows executables from the bundled pip
 and distlib

---
 setup.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/setup.py b/setup.py
index 5b46df1..1c60574 100644
--- a/setup.py
+++ b/setup.py
@@ -61,12 +61,6 @@ setup(
         "pipenv.patched.pip._vendor.certifi": ["*.pem"],
         "pipenv.patched.pip._vendor.requests": ["*.pem"],
         "pipenv.patched.pip._vendor.distlib._backport": ["sysconfig.cfg"],
-        "pipenv.patched.pip._vendor.distlib": [
-            "t32.exe",
-            "t64.exe",
-            "w32.exe",
-            "w64.exe",
-        ],
     },
     python_requires=">=3.7",
     zip_safe=True,
-- 
2.35.3