Comment 11 for bug 1726399

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to ospurge (master)

Reviewed: https://review.openstack.org/518722
Committed: https://git.openstack.org/cgit/openstack/ospurge/commit/?id=50560fc91cb880b7065671a28e945242b4797998
Submitter: Zuul
Branch: master

commit 50560fc91cb880b7065671a28e945242b4797998
Author: Victor Stinner <email address hidden>
Date: Thu Nov 9 13:29:23 2017 +0100

    Python2: Add funcsigs dependency

    inspect.signature() was added to Python 3.3: add funcsigs on Python
    2.7.

    funcsigs dependency is specific to Python 2.7 and so not installed on
    Python 3.

    Change-Id: I951e7df9fcebdc2148cca477f4b064fc9a028e55
    Related-Bug: 1726399