summaryrefslogtreecommitdiff
path: root/devel/py-arpeggio/files/patch-setup.cfg
blob: fda017fec3cce831b822c9c85604a395c4fa24fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.cfg.orig	2022-03-20 16:43:02 UTC
+++ setup.cfg
@@ -30,8 +30,6 @@ classifiers = 
 packages = find:
 include_package_data = True
 setup_requires = 
-	pytest-runner
-	wheel
 tests_require = pytest
 
 [options.packages.find]