Package: python3-pymemcache
Version: 4.0.0-3
Severity: important
X-Debbugs-Cc: p...@me.com

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

   Installing the latest version in Debian unstable/sid

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

   A simple import will show the issue. See below.

   * What was the outcome of this action?

$ python3
Python 3.11.6 (main, Oct  8 2023, 05:06:43) [GCC 13.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pymemcache
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/pymemcache/__init__.py", line 3, in 
<module>
    from pymemcache.client.base import Client  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'pymemcache.client'

   * What outcome did you expect instead?

   I expected the import to succeed, but the "client" module is missing
   from the package. See here:

   https://github.com/pinterest/pymemcache/tree/master/pymemcache

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-2-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C), LANGUAGE=en_US.UTF-8
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-pymemcache depends on:
ii  python3      3.11.4-5+b1
ii  python3-six  1.16.0-4

python3-pymemcache recommends no packages.

python3-pymemcache suggests no packages.

Reply via email to