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:
Abhilash Raj
2024-01-24 13:05:04 +05:30
committed by GitHub
parent 1fc0716564
commit a3a20f4cdb
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ RUN --mount=type=cache,target=/root/.cache \
typing \ typing \
xapian-haystack \ xapian-haystack \
django-auth-ldap \ django-auth-ldap \
python-memcached \ pymemcache \
diskcache \ diskcache \
django-utils-six \ django-utils-six \
tzdata \ tzdata \

View File

@@ -28,8 +28,8 @@ RUN --mount=type=cache,target=/root/.cache \
mysqlclient \ mysqlclient \
xapian-haystack \ xapian-haystack \
django-auth-ldap \ django-auth-ldap \
python-memcached \ pymemcache \
tzdata \ tzdata \
diskcache \ diskcache \
django-utils-six \ django-utils-six \
&& python3 -m pip install --break-system-packages -U 'Django<4.2' \ && python3 -m pip install --break-system-packages -U 'Django<4.2' \