summaryrefslogtreecommitdiff
path: root/science/py-libpysal/files/patch-setup.py
blob: c8415013de9bbae8af3cd3fd95dc4c41461df168 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- setup.py.orig	2020-03-29 00:21:04 UTC
+++ setup.py
@@ -74,7 +74,6 @@ def setup_package():
         license="BSD",
         py_modules=["libpysal"],
         packages=find_packages(),
-        setup_requires=["pytest-runner"],
         tests_require=["pytest"],
         keywords="spatial statistics",
         classifiers=[