summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2023-09-19 15:10:58 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2024-04-15 16:18:16 +0200
commit9f94b12d266b1bd5447234695c5961bbb5090b82 (patch)
tree694e99d69e68da77f91c56c675ca7951613c5cf8
parent4cd18ef5cb3bd326bc43753b506c28e970876a06 (diff)
deal with h5py until we solved #1051781
Gbp-Pq: Name 0008-deal-with-h5py-until-we-solved-1051781.patch
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 06ed4f4..525e7c9 100644
--- a/setup.py
+++ b/setup.py
@@ -170,7 +170,7 @@ def get_project_configuration():
# for version parsing
"packaging",
# for io support
- "h5py",
+ # "h5py",
"fabio>=0.9",
]
if sys.version_info < (3, 9):