diff options
Diffstat (limited to 'math/py-annoy/files/patch-setup.py')
-rw-r--r-- | math/py-annoy/files/patch-setup.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/py-annoy/files/patch-setup.py b/math/py-annoy/files/patch-setup.py new file mode 100644 index 000000000000..f1bf9c98ae64 --- /dev/null +++ b/math/py-annoy/files/patch-setup.py @@ -0,0 +1,10 @@ +--- setup.py.orig 2023-01-12 05:20:26 UTC ++++ setup.py +@@ -104,6 +104,6 @@ setup(name='annoy', + 'Programming Language :: Python :: 3.9', + ], + keywords='nns, approximate nearest neighbor search', +- setup_requires=['nose>=1.0'], ++ setup_requires=[], + tests_require=['numpy', 'h5py'] + ) |