From f8366a1fc7a688d84b723e7185ad3da74d9c4620 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 10 Jan 2021 23:14:12 +0000 Subject: Remove py-pytest-runner from BUILD_DEPENDS --- science/py-libpysal/files/patch-setup.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 science/py-libpysal/files/patch-setup.py (limited to 'science/py-libpysal/files') 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=[ -- cgit v1.2.3