Merge "Exclude influxdb 5.2.2 for Python 2 from g-r"

This commit is contained in:
Zuul 2019-04-05 01:01:19 +00:00 committed by Gerrit Code Review
commit 47d1ff3b93
2 changed files with 6 additions and 2 deletions

View File

@ -83,7 +83,8 @@ horizon # Apache-2.0
httplib2 # MIT
hvac # Apache-2.0
icalendar # BSD
influxdb!=5.2.0,!=5.2.1 # MIT
influxdb!=5.2.0,!=5.2.1,!=5.2.2;python_version<'3.0' # MIT
influxdb;python_version>='3.0' # MIT
instack-undercloud # Apache-2.0
ironic-lib # Apache-2.0
ipaddress;python_version<'3.3' # PSF

View File

@ -227,7 +227,10 @@ tinyrpc===0.9.4
google-auth-httplib2===0.0.3
Flask-SQLAlchemy===2.3.2
daiquiri===1.5.0
influxdb===5.2.2
influxdb===5.1.0;python_version=='2.7'
influxdb===5.2.2;python_version=='3.4'
influxdb===5.2.2;python_version=='3.5'
influxdb===5.2.2;python_version=='3.6'
funcparserlib===0.3.6
passlib===1.7.1
dib-utils===0.0.11