Files
macports-ports/python/py-annoy/files/patch-nose-setup.py.diff
2025-07-23 14:07:38 -04:00

11 lines
326 B
Diff

--- setup.py.orig 2025-07-23 13:37:32
+++ setup.py 2025-07-23 13:37:59
@@ -104,6 +104,6 @@
'Programming Language :: Python :: 3.9',
],
keywords='nns, approximate nearest neighbor search',
- setup_requires=['nose>=1.0'],
+ setup_requires=[''],
tests_require=['numpy', 'h5py']
)