projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e84a7c7
)
stuff and things
author
Kenneth Reitz
<me@kennethreitz.com>
Mon, 23 Jan 2012 01:12:49 +0000
(20:12 -0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Mon, 23 Jan 2012 01:12:49 +0000
(20:12 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 01c10638ede3992a41d55c1302c26bf81acecfc1..6213fcb2ff9687f0549bf494b1456de064cc89cc 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-19,6
+19,7
@@
pyc:
deps:
rm -fr requests/packages/urllib3
git clone https://github.com/shazow/urllib3.git
+ cd urllib3 && git checkout python3 && cd ..
mv urllib3/urllib3 requests/packages/
rm -fr urllib3