From 0044bfaee7a8be42b807d6ac2b0a6e7c0649f415 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Sat, 19 Mar 2022 07:31:25 -0400 Subject: [PATCH] Fix patch vendoring build. --- tasks/vendoring/patches/patched/pip_index_safety.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/vendoring/patches/patched/pip_index_safety.patch b/tasks/vendoring/patches/patched/pip_index_safety.patch index 3eea4dc1..91b2235b 100644 --- a/tasks/vendoring/patches/patched/pip_index_safety.patch +++ b/tasks/vendoring/patches/patched/pip_index_safety.patch @@ -54,7 +54,7 @@ index 4b700407..58154c31 100644 -from typing import List +from typing import Dict, List, Optional - from pipenv.patched.notpip._vendor.packaging.utils import canonicalize_name + from pip._vendor.packaging.utils import canonicalize_name @@ -20,13 +20,14 @@ class SearchScope: Encapsulates the locations that pip is configured to search.