summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2023-06-16 11:14:01 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2023-06-16 11:14:01 +0200
commit37846f53af1b0a076909904b500fa6854a69018b (patch)
treef1b2586159ee8d22d2946293eb001b18ab1e0884
parentece1d659797cd4ffaa58c5ed9fc801eca6b2fc50 (diff)
d/control: Added B-D pybuild-plugin-pyproject to avoid setup.py build
-rw-r--r--debian/changelog1
-rw-r--r--debian/control1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 90231a7..1baf8a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ silx (1.1.2+dfsg-1) UNRELEASED; urgency=medium
* d/control: Added B-D-I graphviz for the documentation
* d/t/control: set the HOME to avoid error with pytools
* d/t/control: Added python3-pytest-mock
+ * d/control: Added B-D pybuild-plugin-pyproject to avoid setup.py build
-- Stefano Rivera <stefanor@debian.org> Wed, 14 Jun 2023 15:04:41 -0000
diff --git a/debian/control b/debian/control
index f5c5293..8e7c06e 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends:
dh-sequence-python3,
help2man,
ipython3,
+ pybuild-plugin-pyproject,
python3-all-dev,
python3-fabio,
python3-h5py,