Runtime dependencies required for the binary stubs.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 26 Aug 2015 15:08:22 +0000 (17:08 +0200)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 26 Aug 2015 15:08:22 +0000 (17:08 +0200)
debian/control

index 351a98d..62ff3a4 100644 (file)
@@ -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.