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 --- changelog.d/12652.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/12652.misc (limited to 'changelog.d/12652.misc') diff --git a/changelog.d/12652.misc b/changelog.d/12652.misc new file mode 100644 index 0000000000..7b7c1cf5ff --- /dev/null +++ b/changelog.d/12652.misc @@ -0,0 +1 @@ +Move `pympler` back in to the `all` extras. -- cgit 1.5.1