summaryrefslogtreecommitdiff
path: root/textproc/py-mwparserfromhell/files/patch-setup.py
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2025-03-16 13:35:28 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2025-03-16 16:48:12 -0700
commitd21b9a0a667916ed4eec61fd6224c667a24061de (patch)
treeb32088d5e9963a8869608a97284df8c20e3e91ba /textproc/py-mwparserfromhell/files/patch-setup.py
parentnet-im/matterhorn: Update to 90000.1.0 (diff)
textproc/py-mwparserfromhell: Remove unnecessary dependency
Diffstat (limited to 'textproc/py-mwparserfromhell/files/patch-setup.py')
-rw-r--r--textproc/py-mwparserfromhell/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/py-mwparserfromhell/files/patch-setup.py b/textproc/py-mwparserfromhell/files/patch-setup.py
new file mode 100644
index 000000000000..c5ca89daaf4f
--- /dev/null
+++ b/textproc/py-mwparserfromhell/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2025-03-16 19:50:17 UTC
++++ setup.py
+@@ -82,7 +82,7 @@ setup(
+ packages=find_packages("src"),
+ package_dir={"": "src"},
+ ext_modules=[tokenizer] if use_extension else [],
+- setup_requires=["pytest-runner"]
++ setup_requires=[]
+ if "test" in sys.argv or "pytest" in sys.argv
+ else [],
+ tests_require=["pytest"],