stuff and things
authorKenneth Reitz <me@kennethreitz.com>
Mon, 23 Jan 2012 01:12:49 +0000 (20:12 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 23 Jan 2012 01:12:49 +0000 (20:12 -0500)
Makefile

index 01c1063..6213fcb 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