ports/devel/py-datrie/files/patch-setup.py

9 lines
264 B
Python

--- setup.py.orig 2018-11-27 07:47:36 UTC
+++ setup.py
@@ -54,5 +54,5 @@ setup(name="datrie",
], include_dirs=[LIBDATRIE_DIR])
],
- setup_requires=["pytest-runner"],
+ setup_requires=[],
tests_require=["pytest", "hypothesis"])