diff --git a/0001-Debianization-disable-running-mercurial-tests.patch b/0001-Debianization-disable-running-mercurial-tests.patch index 14eca12..74d8194 100644 --- a/0001-Debianization-disable-running-mercurial-tests.patch +++ b/0001-Debianization-disable-running-mercurial-tests.patch @@ -14,19 +14,6 @@ building the package. tests/test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -diff --git a/debian/control b/debian/control -index a45fa04..6f3551d 100644 ---- a/debian/control -+++ b/debian/control -@@ -2,7 +2,7 @@ Source: obs-service-tar-scm - Section: devel - Priority: extra - Maintainer: Daniel Gollub --Build-Depends: debhelper (>= 8.0.0), bzr, git, mercurial, pep8, python (>= 2.6), python-argparse | python (>= 2.7), python-unittest2, subversion -+Build-Depends: debhelper (>= 8.0.0), bzr, git, pep8, python (>= 2.6), python-argparse | python (>= 2.7), python-unittest2, subversion - Standards-Version: 3.9.3 - Homepage: https://github.com/openSUSE/obs-service-tar_scm - X-Python-Version: >= 2.6 diff --git a/tests/test.py b/tests/test.py index 3814e71..ca480b7 100755 --- a/tests/test.py