Hi, Should binary wheels depend on CFFI? For some reason this seems wrong to me (the package ships with compiled binary modules):
>pip install tdl Collecting tdl Downloading tdl-1.3.0-cp27-none-win32.whl (1.6MB) 100% |################################| 1.6MB 50kB/s Collecting cffi>=1.0.0 (from tdl) Downloading cffi-1.1.2-cp27-none-win32.whl (121kB) 100% |################################| 122kB 362kB/s Collecting pycparser (from cffi>=1.0.0->tdl) Downloading pycparser-2.14.tar.gz (223kB) 100% |################################| 225kB 248kB/s Installing collected packages: pycparser, cffi, tdl Running setup.py install for pycparser Build the lexing/parsing tables Successfully installed cffi-1.1.2 pycparser-2.14 tdl-1.3.0 -- anatoly t. _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev