[pypy-dev] .whl depending on CFFI

anatoly techtonik techtonik at gmail.com
Fri Jun 19 16:52:48 CEST 2015


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.


More information about the pypy-dev mailing list