void-packages/srcpkgs/OpenLP/patches/no_pytest_runner.patch

12 lines
310 B
Diff

diff --git a/setup.py b/setup.py
index 1476585..4fc3ab0 100644
--- a/setup.py
+++ b/setup.py
@@ -141,6 +141,5 @@ using a computer and a data projector.""",
'flake8',
]
},
- setup_requires=['pytest-runner'],
entry_points={'gui_scripts': ['openlp = openlp.__main__:start']}
)