Remove tempest-lib dependency

it is not needed to run the unit tests and not yet packaged
by the rpm packaging project, so it causes bootstrap issues

Change-Id: I0f34acb5aa18cdafbe3a540fafde59bef39b6d29
This commit is contained in:
Dirk Mueller
2016-06-20 09:36:41 +02:00
parent 8e57519d26
commit e900fcf22f

View File

@@ -28,11 +28,9 @@ BuildRequires: {{ py2pkg('psycopg2') }}
BuildRequires: {{ py2pkg('reno') }}
BuildRequires: {{ py2pkg('six') }}
BuildRequires: {{ py2pkg('sqlalchemy-migrate') }}
BuildRequires: {{ py2pkg('tempest-lib') }}
BuildRequires: {{ py2pkg('testrepository') }}
BuildRequires: {{ py2pkg('testresources') }}
BuildRequires: {{ py2pkg('testtools') }}
BuildRequires: {{ py2pkg('tempest-lib') }}
Requires: {{ py2pkg('alembic') }}
Requires: {{ py2pkg('Babel') }}
Requires: {{ py2pkg('oslo.config') }}