1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 11:40:31 -04:00
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"])