From 2a308ad8154ca3598c8ea382be307595849cc1f9 Mon Sep 17 00:00:00 2001 From: Sergey Otpuschennikov Date: Wed, 25 Jun 2014 17:32:01 +0400 Subject: [PATCH] Remove hardcode version for python-sqlalchemy Change-Id: Iaf3d3f4bd4cff428a482996eb56ef45c2b91a8d0 Related-Bug: #1325537 --- rpm/SPECS/openstack-heat.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.2