From 6af30bc50239fac4abcfeebe73d1ad15de32aeae Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Fri, 11 Feb 2011 14:26:42 -0500 Subject: [PATCH] fixed missing misc:depends --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 75bd0a5..df69511 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ XS-Python-Version: >= 2.5 Package: python-iso8601 Architecture: all -Depends: ${python:Depends} +Depends: ${python:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: python module to parse ISO 8601 dates Many file formats and standards use the ISO 8601 date format -- 2.30.2