Comment 5 for bug 989414

Revision history for this message
Pádraig Brady (p-draigbrady) wrote :

Tested as follows on Fedora 15 and Fedora 16 and python-crypto was _not_ downloaded.

cd ~/git/glance
$ rpm -q python-crypto
python-crypto-2.3-4.fc15.x86_64
mkdir tsetup
PYTHONPATH=$PWD/tsetup python setup.py develop -v --install-dir=$PWD/tsetup
...
Using /usr/lib/python2.7/site-packages
Searching for pycrypto==2.3
Best match: pycrypto 2.3
Adding pycrypto 2.3 to easy-install.pth file
...