From 8330da42cd13a424abc125d96d24c75c7dc94135 Mon Sep 17 00:00:00 2001 From: Sergey Otpuschennikov Date: Wed, 25 Jun 2014 16:58:24 +0400 Subject: [PATCH] Remove hardcode version for python-sqlalchemy python-sqlalchemy07 changed to python-sqlalchemy Change-Id: I9b8955dfeff7dd9f3158f9d6b8451a9ce4a665bf Related-bug: #1325537 --- rpm/SPECS/openstack-ceilometer.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rpm/SPECS/openstack-ceilometer.spec b/rpm/SPECS/openstack-ceilometer.spec index e4c7063..c641a42 100644 --- a/rpm/SPECS/openstack-ceilometer.spec +++ b/rpm/SPECS/openstack-ceilometer.spec @@ -48,7 +48,7 @@ BuildRequires: python2-devel BuildRequires: openstack-utils # These are required to build due to the requirements check added -BuildRequires: python-sqlalchemy0.7 +BuildRequires: python-sqlalchemy BuildRequires: python-webob1.2 @@ -77,7 +77,7 @@ Requires: python-msgpack Requires: python-six >= 1.4.1 Requires: PyYAML -Requires: python-sqlalchemy0.7 +Requires: python-sqlalchemy Requires: python-alembic Requires: python-migrate @@ -211,7 +211,7 @@ Group: Documentation # Required to build module documents BuildRequires: python-eventlet -BuildRequires: python-sqlalchemy0.7 +BuildRequires: python-sqlalchemy BuildRequires: python-webob # while not strictly required, quiets the build down when building docs. BuildRequires: python-migrate, python-iso8601 -- 2.32.3