Alexandre Detiste pushed to branch master at Debian Med / python-loompy


Commits:
774136ee by Alexandre Detiste at 2025-05-17T18:52:10+02:00
do not generate a dependency on python3-pkg-resources (Closes: #1083659)

- - - - -


2 changed files:

- + debian/patches/do_not_generate_a_dep_on_pkg_resources.patch
- debian/patches/series


Changes:

=====================================
debian/patches/do_not_generate_a_dep_on_pkg_resources.patch
=====================================
@@ -0,0 +1,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


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 tests-open-loom-write-permissions.patch
 numpy_1.24.patch
 python3.12.patch
+do_not_generate_a_dep_on_pkg_resources.patch



View it on GitLab: 
https://salsa.debian.org/med-team/python-loompy/-/commit/774136ee140c0a0090a1cf825c2a48aa5c8f3ce7

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/python-loompy/-/commit/774136ee140c0a0090a1cf825c2a48aa5c8f3ce7
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to