Bug#1004149: python3-pip: Build isolation breaks editable system-wide installs

2022-03-12 Thread Stefano Rivera
Control: reassign -1 python3.10 Control: affects -1 python3-pip, python3.9 Hi Felix (2022.01.21_14:13:46_-0400) > Performing an editable system-wide install of this (i.e. running > `pip install -e` outside a venv) results in a successful pip invocation, > but a non-importable module: Did a bit of

Bug#1004149: python3-pip: Build isolation breaks editable system-wide installs

2022-02-09 Thread Alexandre Ghiti
Hi, I think the same issue is raised in Ubuntu autopkgtest [1]: the world module gets installed in /usr/lib/python3.10/site-packages/world-4.1.1.dist-info instead of /usr/local/lib/python3.10/dist-packages/ like it is expected in pip3-root.sh test. Thanks, Alex [1] https://autopkgtest.ubuntu.

Bug#1004149: python3-pip: Build isolation breaks editable system-wide installs

2022-01-21 Thread Felix Dreissig
Package: python3-pip Version: 20.3.4-4 Severity: normal Dear maintainers, consider the following minimal Python project with setuptools packaging and a "pyproject.toml" file (see PEP 518 and [1]): > tree myproject myproject |-- myproject | `-- __init__.py |-- pyproject.toml |-- setup.cfg `-- s