Comment 1 for bug 1473286

Revision history for this message
Pete Zaitcev (zaitcev) wrote :

See the fix for swiftclient:
https://github.com/openstack/python-swiftclient/commit/87c0a839888123c8a1b5d0ec061e244bfc3e044c

But basic syntax in requirements.txt is this:

mock>=1.0;python_version!='2.6'
mock==1.0.1;python_version=='2.6'