aboutsummaryrefslogtreecommitdiffstats
path: root/testing/esptool/remove-py-wheel-requirement.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/esptool/remove-py-wheel-requirement.patch')
-rw-r--r--testing/esptool/remove-py-wheel-requirement.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/esptool/remove-py-wheel-requirement.patch b/testing/esptool/remove-py-wheel-requirement.patch
deleted file mode 100644
index 2ed13eeb6c9..00000000000
--- a/testing/esptool/remove-py-wheel-requirement.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -110,11 +110,6 @@
- 'Programming Language :: Python :: 3.8',
- 'Programming Language :: Python :: 3.9',
- ],
-- setup_requires=(
-- ['wheel']
-- if 'bdist_wheel' in sys.argv and sys.version_info[0:2] not in [(3, 4), (3, 5)] else
-- []
-- ),
- extras_require={
- "dev": [
- 'flake8>=3.2.0',