[Distutils] setuptools: can I specify different install_requires for different python versions?

Matthew Wilson matt at tplus1.com
Tue Jul 28 21:04:34 CEST 2009


I have a package that depends on the multiprocessing package, which
got added to the standard library as of 2.6.

So, for only those people using python versions before 2.6, I want to
require they install multiprocessing.

Is this possible?

-- 
Matthew Wilson
matt at tplus1.com
http://tplus1.com


More information about the Distutils-SIG mailing list