From 305da958fa70400df8d29a9677d3145fad751f64 Mon Sep 17 00:00:00 2001 From: Charles Plessy Date: Wed, 2 Feb 2011 20:54:24 +0900 Subject: [PATCH] # Added python:Depends substitution variable. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 662b866..a74a416 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Browser: http://git.debian.org/?p=debian-med/pysam.git Package: python-pysam Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, python-pyrex +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-pyrex Description: interface for the SAM/BAM sequence alignment and mapping format Pysam is a python module for reading and manipulating Samfiles. It's a lightweight wrapper of the samtools C-API. -- 2.30.2