Skip to content

Commit

Permalink
Fix _post-pip-update-pep425tags.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Jun 26, 2018
1 parent 04b709f commit 951e495
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 951e495

Please sign in to comment.