Comment 3 for bug 1578047

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/313002
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=82b525f1fa3d279bc2558a941067d0f02b60fac2
Submitter: Jenkins
Branch: master

commit 82b525f1fa3d279bc2558a941067d0f02b60fac2
Author: Davanum Srinivas <email address hidden>
Date: Thu May 5 10:29:03 2016 -0400

    Add pycrypto explicitly

    Running "tox -e pip-missing-reqs" was broken around the
    time of the Mitaka release and we missed this requirement.

    nova/crypto.py:29 dist=pycrypto module=Crypto.PublicKey.RSA

    Essentially, since we are constrained using upper-constraints.txt
    and the upper-constraints.txt has an entry for pycrypto, we
    do not see a problem anywhere.

    The dependency was introduced in:
    If88beeb3983705621fe736995939ac20b2daf1f3

    Closes-Bug: #1578047
    Change-Id: I12978a6ca49524aa2256930617a259023e6908eb