This was caused by a missing build dependency on python-requests. The
pypi-install script requires it. After installing the package in a
clean vagrant image:
root@10:~# pypi-install --help
Traceback (most recent call last):
File "/usr/bin/pypi-install", line 5, in <module>
from stdeb.downloader import myprint, get_source_tarball
File "/usr/lib/python2.7/dist-packages/stdeb/downloader.py", line
10, in <module>
import requests
ImportError: No module named requests
I have committed the change to the svn repo.
Piotr, can you tag and upload the package with the updated depends?
Regards,
Jordan Metzmeier
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team