summaryrefslogtreecommitdiff
path: root/math/py-grandalf/files/patch-setup.py
blob: 795641ece9b4681594e9d9c5ba30819b3085de15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- setup.py.orig	2025-07-18 17:28:03 UTC
+++ setup.py
@@ -72,7 +72,6 @@ setup(
     # your project is installed. For an analysis of "install_requires" vs pip's
     # requirements files see:
     # https://packaging.python.org/en/latest/requirements.html
-    setup_requires=['pytest-runner',],
     tests_require=['pytest',],
 
     install_requires=['pyparsing'],