upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / python-rencode / trunk / remove-wheel.patch
blob587609fc880a8bffe0852e1d00aaaa05ae561bf6
1 From 16e61e1ff4294bddb7c881536d3d454355c78969 Mon Sep 17 00:00:00 2001
2 From: Louis Sautier <sautier.louis@gmail.com>
3 Date: Sun, 8 Aug 2021 23:38:04 +0200
4 Subject: [PATCH] Remove unnecessary wheel dependency (#30)
6 ---
7 setup.py | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 diff --git a/setup.py b/setup.py
11 index 023df09..6445c0a 100644
12 --- a/setup.py
13 +++ b/setup.py
14 @@ -92,5 +92,5 @@ def _unavailable(self, exc):
15 url="https://github.com/aresch/rencode",
16 cmdclass={'build_ext': optional_build_ext},
17 ext_modules=ext_modules,
18 - setup_requires=['setuptools', 'wheel'],
19 + setup_requires=['setuptools'],