From 9184357a7b22bf593b260dcd16431aafdfd1ea20 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sat, 15 Jun 2024 14:39:54 -0700 Subject: [PATCH] build/pkgs/httpx/dependencies: Add missing deps anyio, sniffio --- build/pkgs/httpx/dependencies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pkgs/httpx/dependencies b/build/pkgs/httpx/dependencies index 8df93e6d599..666b4944b30 100644 --- a/build/pkgs/httpx/dependencies +++ b/build/pkgs/httpx/dependencies @@ -1,4 +1,4 @@ -httpcore | $(PYTHON_TOOLCHAIN) $(PYTHON) +httpcore anyio sniffio | $(PYTHON_TOOLCHAIN) $(PYTHON) ---------- All lines of this file are ignored except the first.