Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
Fix setup.sh
Browse files Browse the repository at this point in the history
Work around issue nylas#431
  • Loading branch information
André Diego Piske committed Feb 16, 2017
1 parent d56e5a6 commit 505fad4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ pip install 'pip==8.1.2' 'setuptools>=5.3'
hash pip # /usr/bin/pip might now be /usr/local/bin/pip
pip install 'pip==8.1.2' 'setuptools>=5.3'

sed -i '59s/MARKER_EXPR()/MARKER_EXPR("")/g' /usr/local/lib/python2.7/dist-packages/packaging/requirements.py

easy_install -U pyasn1 setuptools

# Doing pip upgrade setuptools leaves behind this problematic symlink
rm -rf /usr/lib/python2.7/dist-packages/setuptools.egg-info

Expand Down

0 comments on commit 505fad4

Please sign in to comment.