45bcf82
From 3ea1f1a3424c165b7bc60b10a51900a442d218cb Mon Sep 17 00:00:00 2001
0a87561
From: Tomas Orsava <torsava@redhat.com>
0a87561
Date: Mon, 31 Jan 2022 16:54:59 +0100
0a87561
Subject: [PATCH] Remove the bundled windows executables from the bundled pip
0a87561
 and distlib
0a87561
0a87561
---
0a87561
 setup.py | 6 ------
0a87561
 1 file changed, 6 deletions(-)
0a87561
a275bc8
diff --git a/setup.py b/setup.py
45bcf82
index 5b46df1..1c60574 100644
a275bc8
--- a/setup.py
a275bc8
+++ b/setup.py
45bcf82
@@ -61,12 +61,6 @@ setup(
45bcf82
         "pipenv.patched.pip._vendor.certifi": ["*.pem"],
45bcf82
         "pipenv.patched.pip._vendor.requests": ["*.pem"],
45bcf82
         "pipenv.patched.pip._vendor.distlib._backport": ["sysconfig.cfg"],
45bcf82
-        "pipenv.patched.pip._vendor.distlib": [
a275bc8
-            "t32.exe",
a275bc8
-            "t64.exe",
a275bc8
-            "w32.exe",
a275bc8
-            "w64.exe",
a275bc8
-        ],
a275bc8
     },
0a87561
     python_requires=">=3.7",
a275bc8
     zip_safe=True,
0a87561
-- 
45bcf82
2.35.3
0a87561