[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Dependencies with cType



Dear all,

  [Please CC me as I am not subscribed]

  I am trying to package a python module which load the real C library
using cType. I am using dh_python2 but I seem to be missing something
as the dependencies is still not quite right.

$ apt-cache show python-openslide
...
Depends: python2.6 | python2.7, python (>= 2.6.6-7~), python (<< 2.8)

While looking at the source:

$ cat lowlevel.py
from ctypes import *
[...]
_lib = cdll.LoadLibrary('libopenslide.so.0')


The full debian/* package can be found at:

http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-openslide/trunk/

Does anyone knows what I am missing ?

Thanks
-- 
Mathieu


Reply to: