summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/patches/0005-removed-hdf5plugin-from-full-dependencies.patch20
-rw-r--r--debian/patches/series1
-rw-r--r--setup.py1
4 files changed, 27 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b7953b8..b116ac6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+silx (1.0.0+dfsg-2) unstable; urgency=medium
+
+ * d/patches/0005-removed-hdf5plugin-from-full-dependencies.patch
+
+ -- Picca Frédéric-Emmanuel <picca@debian.org> Thu, 10 Feb 2022 15:15:16 +0100
+
silx (1.0.0+dfsg-1) unstable; urgency=medium
* New upstream version 1.0.0+dfsg
diff --git a/debian/patches/0005-removed-hdf5plugin-from-full-dependencies.patch b/debian/patches/0005-removed-hdf5plugin-from-full-dependencies.patch
new file mode 100644
index 0000000..36147f7
--- /dev/null
+++ b/debian/patches/0005-removed-hdf5plugin-from-full-dependencies.patch
@@ -0,0 +1,20 @@
+From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca@debian.org>
+Date: Thu, 10 Feb 2022 15:14:41 +0100
+Subject: removed hdf5plugin from full dependencies
+
+---
+ setup.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index c095b89..40e384b 100644
+--- a/setup.py
++++ b/setup.py
+@@ -853,7 +853,6 @@ def get_project_configuration(dry_run):
+ 'python-dateutil',
+ 'PyQt5',
+ # extra
+- 'hdf5plugin',
+ 'scipy',
+ 'Pillow']
+
diff --git a/debian/patches/series b/debian/patches/series
index 7ea86d4..4cff823 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
0003-do-not-modify-PYTHONPATH-from-setup.py.patch
0006-Tests-if-openCL-can-be-used.patch
0004-skip-two-tests.patch
+0005-removed-hdf5plugin-from-full-dependencies.patch
diff --git a/setup.py b/setup.py
index c095b89..40e384b 100644
--- a/setup.py
+++ b/setup.py
@@ -853,7 +853,6 @@ def get_project_configuration(dry_run):
'python-dateutil',
'PyQt5',
# extra
- 'hdf5plugin',
'scipy',
'Pillow']