aboutsummaryrefslogtreecommitdiff
path: root/net/radicale2/patches/110-disable-setup_requirements.patch
blob: bb832d1443a31c4cd3617165e3ef3cce1bbf2446 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/setup.py
+++ b/setup.py
@@ -67,7 +67,7 @@ setup(
     package_data={"radicale": WEB_FILES},
     entry_points={"console_scripts": ["radicale = radicale.__main__:run"]},
     install_requires=["vobject>=0.9.6", "python-dateutil>=2.7.3"],
-    setup_requires=pytest_runner,
+    setup_requires=[],
     tests_require=tests_require,
     extras_require={
         "test": tests_require,