Skip to content

Commit

Permalink
Add bmemcached as optional dependency
Browse files Browse the repository at this point in the history
This is now required when using oslo_cache.memcache_pool.

Change-Id: I508f336494a194b68eb45a6b01bb32984b435bb0
  • Loading branch information
priteau committed Aug 25, 2022
1 parent 7fb06bc commit 7c6effd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -37,6 +37,7 @@ dogpile.cache =
dogpile =
python-memcached>=1.56 # PSF
pymemcache>=3.5.0 # Apache-2.0
python-binary-memcached>=0.29.0 # MIT
mongo =
pymongo!=3.1,>=3.0.2 # Apache-2.0
etcd3gw =
Expand Down

0 comments on commit 7c6effd

Please sign in to comment.