diff --git a/debian/control b/debian/control index 317989e..4bfa355 100644 --- a/debian/control +++ b/debian/control @@ -35,8 +35,8 @@ Package: python-os-testr Architecture: all Depends: python-babel (>= 1.3), python-testtools (>= 0.9.36), + python3-testrepository (>= 0.0.18), subunit (>= 0.0.18), - testrepository (>= 0.0.18), ${misc:Depends}, ${python:Depends}, Suggests: python-os-testr-doc, @@ -49,9 +49,9 @@ Description: Utility wrappers for testrepository for OpenStack projects - Python Package: python3-os-testr Architecture: all Depends: python3-babel (>= 1.3), + python3-subunit (>= 0.0.18), + python3-testrepository (>= 0.0.18), python3-testtools (>= 0.9.36), - subunit (>= 0.0.18), - testrepository (>= 0.0.18), ${misc:Depends}, ${python3:Depends}, Suggests: python-os-testr-doc,