diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index fe68fde4..0ca62874 100644 --- a/debian/control +++ b/debian/control @@ -10,10 +10,12 @@ Build-Depends: python3-all, python3-coverage, python3-nose, + python3-setuptools, python3-sphinx, python3-magic, python3-pexpect, python3-packaging, + python3-yaml, Homepage: https://github.com/sosreport/sos Vcs-Browser: https://salsa.debian.org/sosreport-team/sosreport Vcs-Git: https://salsa.debian.org/sosreport-team/sosreport.git diff --git a/debian/rules b/debian/rules index 79b75aad..7a889d24 100755 --- a/debian/rules +++ b/debian/rules @@ -12,4 +12,4 @@ override_dh_install: rm -rf debian/sosreport/usr/config override_dh_auto_test: - nosetests3 -v --with-cover --cover-package=sos tests/unittests + nosetests3 -v --with-cover --cover-package=sos tests/unittests --ignore-files="policy_tests\.py" |