From: Sergey Otpuschennikov Date: Wed, 25 Jun 2014 13:32:01 +0000 (+0400) Subject: Remove hardcode version for python-sqlalchemy X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fopenstack-ci%2Ffuel-5.1%2F2014.1;p=openstack-build%2Fheat-build.git Remove hardcode version for python-sqlalchemy Change-Id: Iaf3d3f4bd4cff428a482996eb56ef45c2b91a8d0 Related-Bug: #1325537 --- diff --git a/rpm/SPECS/openstack-heat.spec b/rpm/SPECS/openstack-heat.spec index f008f314..de1caab8 100644 --- a/rpm/SPECS/openstack-heat.spec +++ b/rpm/SPECS/openstack-heat.spec @@ -57,7 +57,7 @@ BuildRequires: python-sphinx10 # These are required to build due to the requirements check added BuildRequires: python-paste-deploy1.5 BuildRequires: python-routes1.12 -BuildRequires: python-sqlalchemy0.7 +BuildRequires: python-sqlalchemy BuildRequires: python-webob1.2 BuildRequires: python-pbr @@ -191,7 +191,7 @@ Requires: MySQL-python Requires: python-paste-deploy1.5 Requires: python-routes1.12 -Requires: python-sqlalchemy0.7 +Requires: python-sqlalchemy Requires: python-webob1.2 Requires(pre): shadow-utils