> <snip> > > You don't need libtpproto-py to package libtpclient-py however. Maybe an > > "--ignore-deps" option would work? > > > > Mithro > > Or try the attached patch :) > -KS
The following patch breaks setup.py when installing directly on the system. Setup.py should check all required libraries are installed before installing the library. (Not every operating system that Python runs on has a sane package system - which is why this mess exists :/). If you are packaging you are not actually installing it locally (so it doesn't matter that the dependencies are not installed). The packager is then in-charge of looking after the dependencies. See the problem? This is why I suggested an --ignore-deps could used so that the deb package could be built. Mithro _______________________________________________ tp-devel mailing list [email protected] http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel
