From 32eb937271b69e8756965cc55a530d26851925e8 Mon Sep 17 00:00:00 2001
From: rochaporto <rocha.porto@gmail.com>
Date: Mon, 7 Nov 2016 12:34:45 +0000
Subject: [PATCH] Add missing decorator and cryptography python dependencies

Change-Id: Ie2c416a8784141453133122517aa07cac2a2a7fa
(cherry picked from commit c0b465617f93cd153bc7578bde693f2aa6fbd730)
---
 python-magnumclient.spec | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/python-magnumclient.spec b/python-magnumclient.spec
index c76c5ee..7903a63 100644
--- a/python-magnumclient.spec
+++ b/python-magnumclient.spec
@@ -46,6 +46,8 @@ BuildRequires:  python-keystoneauth1
 BuildRequires:  python-prettytable
 
 Requires:    python-babel
+Requires:    python-cryptography
+Requires:    python-decorator
 Requires:    python-oslo-i18n
 Requires:    python-oslo-serialization
 Requires:    python-oslo-utils
@@ -78,6 +80,8 @@ BuildRequires:  python3-keystoneauth1
 BuildRequires:  python3-prettytable
 
 Requires:    python3-babel
+Requires:    python3-cryptography
+Requires:    python3-decorator
 Requires:    python3-oslo-i18n
 Requires:    python3-oslo-serialization
 Requires:    python3-oslo-utils
-- 
GitLab