random hack to maybe support older pips (#3970) (#3973)

This commit is contained in:
Alex Gaynor 2017-10-12 00:35:07 -04:00 committed by Paul Kehrer
parent 78ae67cff4
commit 785ebd8400

View file

@ -283,7 +283,7 @@ setup(
tests_require=test_requirements,
extras_require={
":python_version < '3'": ["enum34", "ipaddress"],
":python_implementation != 'PyPy'": ["cffi >= 1.7"],
":platform_python_implementation != 'PyPy'": ["cffi >= 1.7"],
"test": test_requirements,
"docstest": [