From 79e2754c5e9d076f6627b8027c71b7611fe5ca00 Mon Sep 17 00:00:00 2001 From: James Page Date: Mon, 22 Jun 2015 18:00:42 +0100 Subject: [PATCH] Tweak dependencies --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,