From 0ce2201932488e98cab8a7d81788e5bcf8f8dd5e Mon Sep 17 00:00:00 2001 From: David Robertson Date: Sat, 7 May 2022 13:40:58 +0100 Subject: Move `pympler` back into the `all` extras (#12652) * Move `pympler` back into the `all` extras Undoes a change I made in #12381. I can't fully remember my reasoning, but this changed the contents of the debian packages in a backwards incompatible way. We're not aware of anyone who's been bitten by this, but we still want to fix it. To the reviewer: please be convinced that the debian packages will still contain pympler after this change. * Debian changelog entry to keep the linter happy --- debian/build_virtualenv | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/build_virtualenv') diff --git a/debian/build_virtualenv b/debian/build_virtualenv index d2955f7628..f1ec609163 100755 --- a/debian/build_virtualenv +++ b/debian/build_virtualenv @@ -41,7 +41,6 @@ poetry export \ --extras all \ --extras test \ --extras systemd \ - --extras cache_memory \ -o exported_requirements.txt deactivate rm -rf "$TEMP_VENV" -- cgit 1.5.1