Cap zeroconf to < 0.38.0 on Python 3.6

See https://github.com/jstasiak/python-zeroconf/pull/1009

Change-Id: I1588e69fafce5fe9e8e6590dc1a53a58a2b1048c
This commit is contained in:
Dmitry Tantsur 2022-02-01 19:39:05 +01:00 committed by Matthew Thode
parent 9e3a1a58b3
commit abfab1bb8f
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
2 changed files with 5 additions and 3 deletions

View File

@ -395,8 +395,9 @@ XStatic-term.js # MIT License
XStatic-tv4 # MIT
XStatic-Angular-FileUpload # MIT License
yaql # Apache 2.0 License
# NOTE(dtantsur): zeroconf dropped compatibility with Python 2 in version 0.20
zeroconf # LGPL
# NOTE(dtantsur): zeroconf dropped compatibility with Python 3.6 in version 0.38.0
zeroconf<0.38.0;python_version=='3.6' # LGPL
zeroconf;python_version>'3.6' # LGPL
zstd # BSD License (2 clause)
# Testing tools below, which are typically in test-requires.txt

View File

@ -109,7 +109,8 @@ immutables===0.16
python-swiftclient===3.13.0
pyOpenSSL===22.0.0
monasca-common===3.4.0
zeroconf===0.38.3
zeroconf===0.37.0;python_version=='3.6'
zeroconf===0.38.1;python_version=='3.8'
scipy===1.5.4;python_version=='3.6'
scipy===1.7.3;python_version=='3.8'
python-gnupg===0.4.8