[pkg] add missing build-dependencies, and don't try to run tests
pybuild doesn't seem to find any tests. We should fix that, but, later.
--- a/debian/control Mon Jan 04 15:57:55 2016 +0100
+++ b/debian/control Mon Jan 04 16:30:42 2016 +0100
@@ -11,6 +11,9 @@
python-sphinx,
python-setuptools,
python3-setuptools,
+ python-six,
+ python3-six,
+ dh-python,
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Standards-Version: 3.9.6
--- a/debian/rules Mon Jan 04 15:57:55 2016 +0100
+++ b/debian/rules Mon Jan 04 16:30:42 2016 +0100
@@ -13,6 +13,9 @@
dh_auto_clean
$(MAKE) -C doc clean
+override_dh_auto_test:
+ # nothing
+
# prevent dh_python2 from generating bogus deps on python-yapps (nonexistent)
# or python-logilab-constraint (unnecessary with gecode)
override_dh_python2: