From 951e4954899ebb51787a4a589619056e1067b172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 Jun 2018 23:12:22 +0200 Subject: [PATCH] Fix _post-pip-update-pep425tags.patch See https://github.com/pypa/pipenv/pull/2427#issuecomment-400460828 --- .../vendoring/patches/patched/_post-pip-update-pep425tags.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)