Package: seqprep
Version: 1.1-4
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu xenial ubuntu-patch

The seqprep package has a test-time dependency on /usr/bin/python; but
neither the seqprep binary package nor debian/tests/control declares the
dependency on it.

The attached short patch adds python to debian/tests/control, so that the
package is testable in environments where python is not pre-installed.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru seqprep-1.1/debian/tests/control seqprep-1.1/debian/tests/control
--- seqprep-1.1/debian/tests/control	2015-01-19 06:22:46.000000000 -0800
+++ seqprep-1.1/debian/tests/control	2016-03-21 11:15:50.000000000 -0700
@@ -1,3 +1,3 @@
 Tests: run-unit-test
-Depends: @
+Depends: @, python
 Restrictions: allow-stderr

Reply via email to