Commit 2e427c94 authored by Jason Madden's avatar Jason Madden

We need greenlet 0.4.7 for Python 2.5.

parent ea15404d
......@@ -296,7 +296,7 @@ def run_setup(ext_modules):
packages=['gevent'],
ext_modules=ext_modules,
cmdclass=dict(build_ext=my_build_ext, sdist=sdist),
install_requires=['greenlet'],
install_requires=['greenlet>=0.4.7'],
classifiers=[
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2.5",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment