fix builds where py-test-runner is not installed, found by / ok jca

This commit is contained in:
sthen
2026-02-19 13:18:28 +00:00
parent d4189e6a7e
commit 5ec346ead2
2 changed files with 11 additions and 2 deletions
+1 -2
View File
@@ -13,8 +13,7 @@ MAINTAINER= Martin Ziemer <horrad@horrad.de>
# GPLv3+
PERMIT_PACKAGE= Yes
TEST_DEPENDS = devel/py-freezegun \
devel/py-test-runner
TEST_DEPENDS = devel/py-freezegun
RUN_DEPENDS = devel/py-arrow \
devel/py-urwid \
@@ -0,0 +1,10 @@
Index: pyproject.toml
--- pyproject.toml.orig
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools", "wheel", "pytest-runner"]
+requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.black]