commit | b0aa8476d7df5585a8d0b941af4de19c513990fc | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Wed Oct 11 23:00:29 2017 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Thu Oct 12 11:00:29 2017 +0800 |
tree | 87b79fca68e2368e1e36cfb721a0a1c49bb0ae0c | |
parent | e6b020b0a550f3f535b2252860fe83e534ee9c03 [diff] [blame] |
random hack to maybe support older pips (#3970)
diff --git a/setup.py b/setup.py index cf79b66..1fc7ea5 100644 --- a/setup.py +++ b/setup.py
@@ -281,7 +281,7 @@ 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": [