mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
Fix _post-pip-update-pep425tags.patch
See https://github.com/pypa/pipenv/pull/2427#issuecomment-400460828
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user