Search
j0ke.net Open Build Service
>
Projects
>
devel
:
tools
:
building
>
protobuf
> protobuf-setuptools-2.2.0.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File protobuf-setuptools-2.2.0.patch of Package protobuf
python tries to auto download a newer version ... o_O --- python/ez_setup.py +++ python/ez_setup.py @@ -19,7 +19,7 @@ This file can also be run as a script to install or upgrade setuptools. """ import sys -DEFAULT_VERSION = "0.6c9" +DEFAULT_VERSION = "0.6c8" DEFAULT_URL = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3] md5_data = {