summaryrefslogtreecommitdiff
path: root/dev-python/rencode/files/rencode-1.0.6-drop-wheel-dependency.patch
blob: 1a7e0ea2b87a8a2066bcabd77dea2178b8181efc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
commit 3019171614f22c3d489d46e0fb22c07bf393830f
Author: Louis Sautier <sautier.louis@gmail.com>
Date:   Sun Aug 8 22:51:53 2021 +0200

    Remove unnecessary wheel dependency

diff --git a/setup.py b/setup.py
index 023df09..6445c0a 100644
--- a/setup.py
+++ b/setup.py
@@ -92,5 +92,5 @@ setup(
   url="https://github.com/aresch/rencode",
   cmdclass={'build_ext': optional_build_ext},
   ext_modules=ext_modules,
-  setup_requires=['setuptools', 'wheel'],
+  setup_requires=['setuptools'],
 )