summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Carrillo <ben@futeisha.org>2013-02-06 01:03:46 +0900
committerBen Carrillo <ben@futeisha.org>2013-02-06 01:03:46 +0900
commitf1febf04e094160d558baea3e3f640ed4f04a625 (patch)
tree018e03e52e05ce62d5e645dd5ab32999cbbf7942
parent552424322df98b71d25f5f12f87bd53eb93743d8 (diff)
fix python3-depends
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 9f010f9..5a5c7fc 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Package: python3-sh
Architecture: all
Depends:
${misc:Depends},
- ${python:Depends}
+ ${python3:Depends}
Description: Python3 subprocess interface
sh (previously pbs) is a full-fledged subprocess interface for
Python 2.6 - 3.2 that allows you to call any program as if it