Opened 8 years ago

Closed 8 years ago

#27490 closed Cleanup/optimization (duplicate)

Remove python3-memcached from test dependencies

Reported by: Thomas Güttler Owned by: nobody
Component: Core (Cache system) Version: 1.10
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

the current version of py3.txt looks like this

-r base.txt
python3-memcached

AFAIK this extra dependency is not needed an more:

Important Deprecation Note: This was a py3 compatibility port of https://github.com/linsomniac/python-memcached which since then has added py23. So you should use that.

Source https://github.com/eguven/python3-memcached

If this is true, we are lucky, since the whole py3.txt can be removed :-)

Change History (1)

comment:1 by Tim Graham, 8 years ago

Component: UncategorizedCore (Cache system)
Resolution: duplicate
Status: newclosed
Summary: py3.txt requirements out of dateRemove python3-memcached from test dependencies
Type: UncategorizedCleanup/optimization

Duplicate of #25277.

Note: See TracTickets for help on using tickets.
Back to Top