From d12c3a2370624751b8b50c58e285be1694fe2f3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 26 Aug 2015 17:08:22 +0200 Subject: [PATCH] Runtime dependencies required for the binary stubs. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 351a98d..62ff3a4 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ X-Python3-Version: >= 3.2 Package: python-pocci Architecture: all -Depends: ${python:Depends}, ${misc:Depends} +Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources Suggests: python-pocci-doc Description: OCCI compliance testing (Python 2) This package contains OCCI compliance testing framework in Python 2. @@ -21,7 +21,7 @@ Description: OCCI compliance testing (Python 2) Package: python3-pocci Architecture: all -Depends: ${python3:Depends}, ${misc:Depends} +Depends: ${python3:Depends}, ${misc:Depends}, python3-pkg-resources Suggests: python-pocci-doc Description: OCCI compliance testing (Python 3) This package contains OCCI compliance testing framework in Python 3. -- 1.8.2.3