From: Charles Plessy Date: Wed, 2 Feb 2011 11:54:24 +0000 (+0900) Subject: # Added python:Depends substitution variable. X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~462 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=305da958fa70400df8d29a9677d3145fad751f64;p=python-pysam.git # Added python:Depends substitution variable. --- 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.