Skip to content

Commit

Permalink
try to fix gevent 0.13.8 installation while keeping 1.03c3 working
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Sep 25, 2013
1 parent d7feb55 commit 952ff92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $(PYTHON):
build: $(PYTHON)
ifeq ($(GEVENT_SUPPORTED),yes)
$(INSTALL) -U -r requirements_gevent.txt
$(INSTALL) https://github.com/surfly/gevent/releases/download/$(GEVENT_VERSION)/gevent-$(GEVENT_VERSION).tar.gz
$(INSTALL) -f https://github.com/surfly/gevent/releases gevent==$(GEVENT_VERSION)
endif
ifneq ($(TRAVIS), true)
$(INSTALL) -U -r requirements_sphinx.txt
Expand Down

0 comments on commit 952ff92

Please sign in to comment.