diff --git a/tasks/vendoring/patches/patched/_post-pip-update-pep425tags.patch b/tasks/vendoring/patches/patched/_post-pip-update-pep425tags.patch index 090d26c7..654a3da9 100644 --- a/tasks/vendoring/patches/patched/_post-pip-update-pep425tags.patch +++ b/tasks/vendoring/patches/patched/_post-pip-update-pep425tags.patch @@ -18,7 +18,7 @@ index c9804ab5..89c95c45 100644 pass # Check glibc version. CentOS 5 uses glibc 2.5. -- return pipenv.patched.notpip._internal.utils.glibc.have_compatible_glibc(2, 5) +- return pip._internal.utils.glibc.have_compatible_glibc(2, 5) + return pipenv.patched.notpip._internal.utils.glibc.have_compatible_glibc(2, 5)