Add python-binary-memcached to support SASL

In 7828bed0febabfa11a0a8f6960f4c7cc8acec841 we were introduced
python-binary-memcached in requirement, and we need these
package to support sasl protocol, so we should bump
python-binary-memcached>=0.29.0 in oslo.cache requirements.
Only required for sasl/binary protocol

Co-Authored-By: Brin Zhang <zhangbailin@inspur.com>

Change-Id: Ic4335f0a81c6189d6d0ad254c4a1bb86dbd11500
Implements: blueprint enable-sasl-protocol
This commit is contained in:
dengzhaosen 2020-07-28 16:27:50 +08:00 committed by Moisés Guimarães
parent 604f2213fe
commit c872fc0b94
3 changed files with 3 additions and 0 deletions

View File

@ -11,5 +11,6 @@ sphinxcontrib-apidoc>=0.2.0 # BSD
# For autodoc builds # For autodoc builds
mock>=2.0.0 # BSD mock>=2.0.0 # BSD
oslotest>=3.2.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0
python-binary-memcached>=0.29.0 # MIT
python-memcached>=1.56 # PSF python-memcached>=1.56 # PSF
etcd3gw>=0.2.0 # Apache-2.0 etcd3gw>=0.2.0 # Apache-2.0

View File

@ -40,6 +40,7 @@ pyinotify==0.9.6
pymongo==3.0.2 pymongo==3.0.2
pyparsing==2.2.0 pyparsing==2.2.0
pyperclip==1.8.0 pyperclip==1.8.0
python-binary-memcached==0.29.0
python-dateutil==2.8.1 python-dateutil==2.8.1
python-memcached==1.56 python-memcached==1.56
python-mimeparse==1.6.0 python-mimeparse==1.6.0

View File

@ -8,6 +8,7 @@ pifpaf>=0.10.0 # Apache-2.0
bandit>=1.6.0,<1.7.0 # Apache-2.0 bandit>=1.6.0,<1.7.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0 stestr>=2.0.0 # Apache-2.0
pre-commit>=2.6.0 # MIT pre-commit>=2.6.0 # MIT
python-binary-memcached>=0.29.0 # MIT
python-memcached>=1.56 # PSF python-memcached>=1.56 # PSF
pymongo!=3.1,>=3.0.2 # Apache-2.0 pymongo!=3.1,>=3.0.2 # Apache-2.0
etcd3gw>=0.2.0 # Apache-2.0 etcd3gw>=0.2.0 # Apache-2.0