aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-django-debreach/files/patch-setup.cfg
blob: 552c7b1ea93e61114ea30ac4c3c882a7829c5776 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Remove requirements for wheel and pip as they're not required for build

--- setup.cfg.orig	2022-01-19 06:16:57 UTC
+++ setup.cfg
@@ -32,7 +32,7 @@ classifiers = 
 zip_safe = False
 include_package_data = True
 packages = find:
-setup_requires = setuptools;wheel;pip
+setup_requires = setuptools
 python_requires = >=3.7
 tests_require = django