# Added python:Depends substitution variable.
authorCharles Plessy <plessy@debian.org>
Wed, 2 Feb 2011 11:54:24 +0000 (20:54 +0900)
committerCharles Plessy <plessy@debian.org>
Wed, 2 Feb 2011 11:54:24 +0000 (20:54 +0900)
debian/control

index 662b8663e4d9f5295bafb860c20ddb22fa72d343..a74a41643e154394d0b6e1b01023242c72532412 100644 (file)
@@ -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.