[2.0.x] Fixed #25277 -- Restored test dependency to the original python-memcached.

Backport of 770b9ea77f from master
This commit is contained in:
Tim Graham 2017-12-18 10:37:43 -10:00
parent f0801119b7
commit 22fc7a6594
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ numpy
Pillow
# pylibmc/libmemcached can't be built on Windows.
pylibmc; sys.platform != 'win32'
python3-memcached
python-memcached >= 1.59
pytz
PyYAML
selenium