From 1766bb5123c860c48c14a8eaecb02c629d50228d Mon Sep 17 00:00:00 2001 From: yizhihui Date: Fri, 23 Sep 2016 09:47:07 +0800 Subject: [PATCH] Add abclient to global requirements The abclient package is a http client for EISOO AnyBackup software for use with Python. The latest version is: https://pypi.python.org/pypi/abclient/ Needed for: (karbor): If3359461cf1c04564ecc93f2712b92e4033455f2 New library questionnaire: * Is the the library actively maintained? Yes. It has active tests, pypi publishing, and works with Python 2.x and 3.x. * Is the library good code? I believe so. * Is the library python3 compatible? Yes. The code is tested against python3. * Is the library license compatible? Yes. The Apache License 2. * Is the library packaged with targeted Linux distros? No. * Is the function of this library covered by other libraries in global-requirements.txt? No. * Is the library required for OpenStack project or related dev or infra setup? Yes. Needed for karbor to invoke AnyBackup services. Change-Id: I6909d03472a0bf0d306f2431d487203f635720f5 --- global-requirements.txt | 1 + upper-constraints.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/global-requirements.txt b/global-requirements.txt index c609de0d94..2ad7673a5f 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -1,3 +1,4 @@ +abclient>=0.1.4 # Apache-2.0 alembic>=0.8.4 # MIT amqp>=1.4.0,<2.0 # LGPL anyjson>=0.3.3 # BSD diff --git a/upper-constraints.txt b/upper-constraints.txt index d248aad73b..2ccd002193 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -60,6 +60,7 @@ XStatic-smart-table===1.4.13.2 XStatic-term.js===0.0.7.0 XStatic-tv4===1.2.7.0 XenAPI===1.2 +abclient===0.1.4 alembic===0.8.8 amqp===1.4.9 anyjson===0.3.3