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

12 lines
313 B
Diff

diff --git a/setup.py b/setup.py
index 5491eab..dfd1e5b 100644
--- a/setup.py
+++ b/setup.py
@@ -139,6 +139,5 @@ using a computer and a display/projector.""",
'flake8',
]
},
- setup_requires=['pytest-runner'],
entry_points={'gui_scripts': ['openlp = openlp.__main__:start']}
)