diff --git a/tools/vendoring/patches/distlib.patch b/tools/vendoring/patches/distlib.patch index f8a066bf699..962eab1d74f 100644 --- a/tools/vendoring/patches/distlib.patch +++ b/tools/vendoring/patches/distlib.patch @@ -55,6 +55,6 @@ index cfa45d2af..e16292b83 100644 raise ValueError(msg) - return resource.bytes + return WRAPPERS[name] - + # Public API follows - +