I try to build a PPA for Ubuntu of PJSIP including python bindings:
pbuilder-dist raring build pjproject_2.1-2.dsc
To install the bindings the command (executed by make install)
sudo python setup.py install
needs to be executed. Without sudo the command fails due to file restrictions.
I added sudo to the build dependencies, but for some reason a password request is opened.
Any suggestions?