From: František Dvořák Date: Wed, 26 Aug 2015 15:08:22 +0000 (+0200) Subject: Runtime dependencies required for the binary stubs. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=d12c3a2370624751b8b50c58e285be1694fe2f3a;p=packaging-deb-pOCCI.git Runtime dependencies required for the binary stubs. --- 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.