Repalce python-memcached with pymemcache (#682)
* Repalce python-memcached with pylibmc Fixes #665 * Replace 2nd instance of python-memcached. * Use pure python implementation in pymemcache
This commit is contained in:
@@ -24,7 +24,7 @@ RUN --mount=type=cache,target=/root/.cache \
|
||||
typing \
|
||||
xapian-haystack \
|
||||
django-auth-ldap \
|
||||
python-memcached \
|
||||
pymemcache \
|
||||
diskcache \
|
||||
django-utils-six \
|
||||
tzdata \
|
||||
|
||||
@@ -28,8 +28,8 @@ RUN --mount=type=cache,target=/root/.cache \
|
||||
mysqlclient \
|
||||
xapian-haystack \
|
||||
django-auth-ldap \
|
||||
python-memcached \
|
||||
tzdata \
|
||||
pymemcache \
|
||||
tzdata \
|
||||
diskcache \
|
||||
django-utils-six \
|
||||
&& python3 -m pip install --break-system-packages -U 'Django<4.2' \
|
||||
|
||||
Reference in New Issue
Block a user