From 3bc4a9e6130bb7c72d0961663f71341d7aab9667 Mon Sep 17 00:00:00 2001 From: Roman Prykhodchenko Date: Mon, 27 Jul 2015 17:06:49 +0200 Subject: [PATCH] Synchronized RPM spec with Python requiremensts Since Python requirements were changed several times there is a need to update RPM spec to match both requirements.txt and Mirantis mirror. Closes-bug: #1477127 Change-Id: I1d5d50f8f9d593c40b76489f5482b4ac6642a6fb --- specs/python-fuelclient.spec | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/specs/python-fuelclient.spec b/specs/python-fuelclient.spec index 8e573cc3..e534090d 100644 --- a/specs/python-fuelclient.spec +++ b/specs/python-fuelclient.spec @@ -37,6 +37,16 @@ Requires: python-cliff <= 1.9.0 Requires: python-six >= 1.7.0 Requires: python-six <= 1.9.0 +Requires: python-oslo-serialization >= 1.0.0 +Requires: python-oslo-serialization <= 1.2.0 + +Requires: python-oslo-i18n >= 1.3.0 +Requires: python-oslo-i18n <= 1.7.0 + +Requires: python-oslo-utils < 1:2.0.0 + +Requires: python-oslo-config < 1:2.0.0 + %description Summary: Console utility for working with fuel rest api