At 03:04 PM 7/28/2009 -0400, Matthew Wilson wrote:
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?

Yes. Write your setup.py to check the Python version, and build up the requirements in a variable before calling setup().

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to