looks like the use case is to match python interpr...
# development
f
looks like the use case is to match python interpreter, not platforms
Copy code
PythonRequirement('unittest2', version_filter=lambda py, pl: py.startswith('2')),
    PythonRequirement('unittest2py3k', version_filter=lambda py, pl: py.startswith('3'))