Alejandro, I've hit a snag while building the precise ubuntuone-storage-protocol update:
dh --with=python2 clean dh_testdir dh_auto_clean Traceback (most recent call last): File "setup.py", line 29, in <module> from ubuntuone.storageprotocol.context import ssl_cert_location File "/home/mdeslaur/work/ubuntuone-storage-protocol/precise/ubuntuone-storage-protocol-3.0.0/ubuntuone/storageprotocol/context.py", line 63, in <module> 'UbuntuOne-Go_Daddy_Class_2_CA.pem'), 'r').read()) IOError: [Errno 2] No such file or directory: '/etc/ssl/certs/UbuntuOne-Go_Daddy_Class_2_CA.pem' dh_auto_clean: python setup.py clean -a returned exit code 1 make: *** [clean] Error 1
setup.py causes the cert to be imported, but it cannot be imported while the package builds.
Alejandro, I've hit a snag while building the precise ubuntuone- storage- protocol update:
dh --with=python2 clean storageprotocol .context import ssl_cert_location mdeslaur/ work/ubuntuone- storage- protocol/ precise/ ubuntuone- storage- protocol- 3.0.0/ubuntuone /storageprotoco l/context. py", line 63, in <module> Go_Daddy_ Class_2_ CA.pem' ), 'r').read()) certs/UbuntuOne -Go_Daddy_ Class_2_ CA.pem'
dh_testdir
dh_auto_clean
Traceback (most recent call last):
File "setup.py", line 29, in <module>
from ubuntuone.
File "/home/
'UbuntuOne-
IOError: [Errno 2] No such file or directory: '/etc/ssl/
dh_auto_clean: python setup.py clean -a returned exit code 1
make: *** [clean] Error 1
setup.py causes the cert to be imported, but it cannot be imported while the package builds.