From 7e073fe47f815e5a01cb793555ea2aea7766096f Mon Sep 17 00:00:00 2001 From: Johannes Grassler Date: Wed, 1 Feb 2017 17:30:55 +0100 Subject: [PATCH] Add osc-lib to requirements.txt Without this requirement the installation of python-magnumclient in an environment where nothing requires osc-lib will at the very least break the command line OpenStack client. Change-Id: I905e2864a185e3135f45b23d9c3b87143e890e15 Closes-Bug: #1661035 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 1e5721df..4dd3ff89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,7 @@ oslo.i18n>=2.1.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 oslo.utils>=3.18.0 # Apache-2.0 os-client-config>=1.22.0 # Apache-2.0 +osc-lib>=1.2.0 # Apache-2.0 PrettyTable<0.8,>=0.7.1 # BSD cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0 decorator>=3.4.0 # BSD