diff options
Diffstat (limited to 'math/py-grandalf/files/patch-setup.py')
-rw-r--r-- | math/py-grandalf/files/patch-setup.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/py-grandalf/files/patch-setup.py b/math/py-grandalf/files/patch-setup.py new file mode 100644 index 000000000000..795641ece9b4 --- /dev/null +++ b/math/py-grandalf/files/patch-setup.py @@ -0,0 +1,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'], |