diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-10 23:14:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-10 23:14:12 +0000 |
commit | f8366a1fc7a688d84b723e7185ad3da74d9c4620 (patch) | |
tree | deefd33cb3e5ebfe649834c1a2aa45468be4f6e1 /science/py-libpysal/files | |
parent | Remove py-pytest-runner from BUILD_DEPENDS (diff) |
Remove py-pytest-runner from BUILD_DEPENDS
Diffstat (limited to 'science/py-libpysal/files')
-rw-r--r-- | science/py-libpysal/files/patch-setup.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/science/py-libpysal/files/patch-setup.py b/science/py-libpysal/files/patch-setup.py new file mode 100644 index 000000000000..c8415013de9b --- /dev/null +++ b/science/py-libpysal/files/patch-setup.py @@ -0,0 +1,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=[ |