[debian] Remove test/doc Build-Depends 3.26
authorDenis Laxalde <denis.laxalde@logilab.fr>
Thu, 23 May 2019 17:25:59 +0200
branch3.26
changeset 12630 1c156d9f224a
parent 12625 ba5231e1aa45
child 12631 8f22b69ea890
[debian] Remove test/doc Build-Depends We are not actually running tests during package build. (This was disabled for python2, now it is also for python3.) And having these build-depends makes it hard to rebuild the package.
debian/control
debian/rules
--- a/debian/control	Tue May 21 10:50:08 2019 +0200
+++ b/debian/control	Thu May 23 17:25:59 2019 +0200
@@ -10,25 +10,7 @@
  dh-systemd,
  python-all,
  python-setuptools,
- python-six (>= 1.4.0),
- python-docutils,
- python-sphinx,
- python-logilab-common (>= 1.4.0),
- python-unittest2 (>= 0.7.0),
- python-logilab-mtconverter,
- python-markdown,
- python-tz,
- python-rql (>= 0.34.0),
- python-yams (>= 0.45.0),
- python-lxml,
- python-setuptools,
- python-pyramid,
- python-pyramid-multiauth,
- python-waitress,
- python-passlib,
- python-repoze.lru,
- python-wsgicors,
- sphinx-common,
+ python-sphinx
 Standards-Version: 3.9.6
 Homepage: https://www.cubicweb.org
 X-Python-Version: >= 2.7
--- a/debian/rules	Tue May 21 10:50:08 2019 +0200
+++ b/debian/rules	Thu May 23 17:25:59 2019 +0200
@@ -7,6 +7,7 @@
 
 export PYBUILD_NAME=cubicweb
 export PYBUILD_DISABLE_python2=test
+export PYBUILD_DISABLE_python3=test
 
 %:
 	dh $@ --with python2,sphinxdoc --buildsystem=pybuild