Skip to content

Commit a8d8b5b

Browse files
committedJan 19, 2014
Ensure we run at least setuptools 0.9.8
1 parent 7da3d06 commit a8d8b5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ JS_REPORTER = dot
1010

1111
develop: update-submodules
1212
npm install
13+
pip install "setuptools>=0.9.8"
1314
# order matters here, base package must install first
1415
pip install -e .
1516
pip install "file://`pwd`#egg=sentry[dev]"

0 commit comments

Comments
 (0)
Please sign in to comment.