From 063a0cd045da5b3b7e4b7b2456e775f06cd78429 Mon Sep 17 00:00:00 2001 From: Haikel Guemar Date: Sep 09 2016 09:45:04 +0000 Subject: Add missing block Change-Id: If78f08f3836d298dea04b044b21605c12471ba0c --- diff --git a/python-oslo-db.spec b/python-oslo-db.spec index 95948ee..2ab3df4 100644 --- a/python-oslo-db.spec +++ b/python-oslo-db.spec @@ -133,6 +133,27 @@ The OpenStack Oslo database handling library. Provides database connectivity to the different backends and helper utils. %endif +%if 0%{?with_python3} +%package -n python3-%{pkg_name}-tests +Summary: test subpackage for the Oslo database handling library + +Requires: python3-%{pkg_name} = %{version}-%{release} +Requires: python3-oslo-utils +Requires: python3-oslo-config +Requires: python3-six +Requires: python3-alembic +Requires: python3-fixtures +Requires: python3-migrate +Requires: python3-testresources +Requires: python3-testscenarios +Requires: python3-oslotest +Requires: python3-oslo-context +Requires: python3-psycopg2 + +%description -n python3-%{pkg_name}-tests +Test subpackage for the Oslo database handling library. +%endif + %package -n python-%{pkg_name}-lang Summary: Translation files for Oslo db library