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

kdelibs-bin python dependency



Is python a real dependency for kdelibs-bin? None of the files installed by 
the package is a python script, it's easy too see:

$ file `dpkg -L kdelibs-bin` | grep python

Then may be it's a library dependency (is this posible?). Two more complex 
commands can give a tip

$ ldd `dpkg -L kdelibs-bin | egrep 'bin|lib'` | \
   awk '{print $3 }' | egrep -v 'dynamic|^$' | sort | uniq > libs
$ dpkg -S `cat libs` | awk '{print $1}' | sort | uniq | sed -e 's/://'

I don't see any python related package here.

 Is my method correct? anyone can tell any reason for the python dependency?



Reply to: