File: do_not_generate_a_dep_on_pkg_resources.patch

package info (click to toggle)
python-loompy 3.0.7%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,316 kB
  • sloc: python: 3,152; sh: 63; makefile: 16
file content (11 lines) | stat: -rw-r--r-- 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
 	version=__version__,
 	packages=find_packages(),
 	python_requires='>=3.6',
-	install_requires=['h5py', 'numpy', 'scipy', 'setuptools', 'numba', 'click', "numpy-groupies"],
+	install_requires=['h5py', 'numpy', 'scipy', 'numba', 'click', "numpy-groupies"],
 	entry_points='''
 		[console_scripts]
 		loompy=loompy.commands:cli