summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Marie <alexandre.marie@synchrotron-soleil.fr>2018-12-17 13:57:54 +0100
committerAlexandre Marie <alexandre.marie@synchrotron-soleil.fr>2018-12-17 13:57:54 +0100
commitd60509bd236743eec4729663a57a6be6b9981309 (patch)
tree9df8a08c2cce1bf7589a9a13cfafc95cab115def
parent0033c5375289f192c3ab2b429682df914e879655 (diff)
Remove useless dependencies
-rw-r--r--debian/changelog1
-rw-r--r--debian/control3
2 files changed, 1 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index abfa244..b570875 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ silx (0.9.0+dfsg-1) UNRELEASED; urgency=medium
* Fixed autopkgtests and use control.autodep8
* Used salsa-ci for continuous integration.
* Run autopkgtests via xvfb-run
+ * d/control: Removed Build-Depends: python-lxml, python-lxm-dbg, python-enum34.
[ Alexandre Marie ]
* New upstream version 0.9.0+dfsg
diff --git a/debian/control b/debian/control
index 65cf365..0d43d0b 100644
--- a/debian/control
+++ b/debian/control
@@ -20,13 +20,10 @@ Build-Depends: cython (>= 0.23.2),
python-all-dbg,
python-all-dev,
python-concurrent.futures,
- python-enum34,
python-fabio,
python-fabio-dbg,
python-h5py,
python-h5py-dbg,
- python-lxml,
- python-lxml-dbg,
python-mako,
python-matplotlib,
python-matplotlib-dbg,