Skip to content

Commit 4427027

Browse files
flound1129claude
andcommitted
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

File tree

debian/rules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ override_dh_virtualenv:
2020
dh_virtualenv \
2121
--install-suffix deluge \
2222
--use-system-packages \
23-
--package squall-common
23+
--package squall-common \
24+
--extra-pip-arg '--no-build-isolation'
2425

2526
execute_before_dh_virtualenv:
2627
echo "$(VERSION)" | sed 's/~/./' > RELEASE-VERSION

0 commit comments

Comments
 (0)