From 8a314c2043dcea51d05b904b77dbb72e1549cf6c Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Wed, 8 Sep 2021 21:45:43 -0700 Subject: [PATCH] build/pkgs/bleach/dependencies: Add six --- build/pkgs/bleach/dependencies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pkgs/bleach/dependencies b/build/pkgs/bleach/dependencies index f3c4588b535..7b139dc904c 100644 --- a/build/pkgs/bleach/dependencies +++ b/build/pkgs/bleach/dependencies @@ -1,4 +1,4 @@ -$(PYTHON) packaging | $(PYTHON_TOOLCHAIN) +$(PYTHON) packaging six | $(PYTHON_TOOLCHAIN) ---------- All lines of this file are ignored except the first.