From c0b465617f93cd153bc7578bde693f2aa6fbd730 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 --- python-magnumclient.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-magnumclient.spec b/python-magnumclient.spec index 8d2d35a..7251640 100644 --- a/python-magnumclient.spec +++ b/python-magnumclient.spec @@ -44,6 +44,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 @@ -76,6 +78,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