Skip to content

Commit

Permalink
Pin qt/pyqt
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Oct 5, 2016
1 parent 389b111 commit ec302cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/pin_the_slow_way.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
'ncurses': 'ncurses 5.9*',
'openblas': 'openblas 0.2.18|0.2.18.*',
'openssl': 'openssl 1.0.*',
'pyqt': 'pyqt 4.11.*',
'qt': 'qt 4.8.*',
'readline': 'readline 6.2*',
'sox': 'sox 14.4.2',
'sqlite': 'sqlite 3.13.*',
Expand Down Expand Up @@ -250,7 +252,7 @@ def create_update_pr(clone, remote_head, fork_remote, upstream_remote):
try:
remote.fetch()
except git.exc.GitCommandError as ex:
# Periodically this fetch fails with a "git remote error: access denied
# Periodically this fetch fails with a "git remote error: access denied
# or repository not exported". Presumably this is because we have only just
# forked it and GitHub is taking time to catch up, so we wait a few seconds
# and try again.
Expand Down

0 comments on commit ec302cf

Please sign in to comment.