[pkg] Remove explicit Depends on Python packages for python3-cubicweb
authorJérémy Bobbio <jeremy.bobbio@irq7.fr>
Mon, 17 Jun 2019 10:37:32 +0200
changeset 12652 836da2699e6f
parent 12651 33b489b45937
child 12653 9bf203d14371
[pkg] Remove explicit Depends on Python packages for python3-cubicweb As suggested by Denis Laxalde, we can let pybuild generate the list of Depends from the egg requirements. The list we get is slightly less specific in terms of needed versions, but given the age of the previous ones, it's unlikely to cause issues. Also we lose python3-six from the list… which is correct as it was removed from the dependencies in 26744ad37953.
debian/control
--- a/debian/control	Mon Jun 10 12:04:39 2019 +0200
+++ b/debian/control	Mon Jun 17 10:37:32 2019 +0200
@@ -38,18 +38,7 @@
 Depends:
  ${misc:Depends},
  ${python3:Depends},
- python3-six (>= 1.4.0),
- python3-logilab-mtconverter (>= 0.8.0),
- python3-logilab-common (>= 1.4.0),
- python3-logilab-database (>= 1.15.0),
- python3-yams (>= 0.45.0),
- python3-rql (>= 0.34.0),
- python3-lxml,
- python3-markdown,
- python3-passlib,
- python3-tz,
  graphviz,
- python3-filelock,
  gettext,
 Recommends:
  cubicweb-ctl (= ${source:Version}),