Commit 4427027
fix(deb): disable pip build isolation for dh-virtualenv
PEP 517 build isolation hides errors and fails on setup.py.
Using --no-build-isolation lets pip use the venv's setuptools directly.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b6d7001 commit 4427027
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments