mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
fix builds where py-test-runner is not installed, found by / ok jca
This commit is contained in:
@@ -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]
|
||||
Reference in New Issue
Block a user