diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-04-21 21:46:01 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-04-21 21:46:01 -0400 |
commit | 3177b3f76b429dedca16277e77d19534d34a16ec (patch) | |
tree | 360da5b3cc0e5be8c23c3dce49159e134714266a /debian/control | |
parent | 039f075d61fa9554b6ec81f6aff740e889460f96 (diff) |
Add python:Depends to control file. Closes: #525086
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a00fd72cc..df4c2d649 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Vcs-Browser: http://git.ikiwiki.info/?p=ikiwiki Package: ikiwiki Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, +Depends: ${misc:Depends}, ${perl:Depends}, ${python:Depends} libtext-markdown-perl | markdown, libhtml-scrubber-perl, libhtml-template-perl, libhtml-parser-perl, liburi-perl |