Bug#966643: python3-jsonschema unnecessarily depends on python3-importlib-metadata

2020-07-31 Thread Anthony Sottile
Package: python3-jsonschema Version: 3.2.0-3 For python3.8 and above, jsonschema should use `importlib.metadata` from the standard library You can see the conditional dependency listed in jsonschema's setuptools metadata here:

Bug#956144: virtualenv: caching of debian wheels breaks pip-installed virtualenv

2020-04-07 Thread Anthony Sottile
.exceptions import CommandError File "/venv2/lib/python3.8/site-packages/pip/_internal/exceptions.py", line 10, in from pip._vendor.six import iteritems ModuleNotFoundError: No module named 'pip._vendor.six' ``` On Tue, Apr 7, 2020 at 12:51 PM Anthony Sottile wrote: > Package: v

Bug#956144: virtualenv: caching of debian wheels breaks pip-installed virtualenv

2020-04-07 Thread Anthony Sottile
Package: virtualenv Version: 20.0.16-1 Severity: normal Tags: patch Reproduction: ```bash apt update && apt install -y --no-install-recommends virtualenv virtualenv venv venv/bin/pip install virtualenv venv/bin/virtualenv venv2 venv2/bin/pip install astpretty ``` This was originally reported