Comment 2 for bug 1939716

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

Reviewed: https://review.opendev.org/c/openstack/glance/+/804407
Committed: https://opendev.org/openstack/glance/commit/870f13098948783341d51e097882759d788d20a3
Submitter: "Zuul (22348)"
Branch: master

commit 870f13098948783341d51e097882759d788d20a3
Author: Stephen Finucane <email address hidden>
Date: Thu Aug 12 16:04:02 2021 +0100

    setup.cfg: Fix errant key

    The author of change I08c014e10c3fc54046930ea8be2b13775428e51b fat
    fingered the replacement of 'python-requires' with 'python_requires'
    resulting in the following warning:

      UserWarning: Usage of dash-separated 'python-r_quires' will not be
      supported in future versions. Please use the underscore name
      'python_r_quires' instead

    Not sure how setuptools was still identifying but resolve it
    nonetheless.

    Related-Bug: #1939716

    Change-Id: I293919d6dc93bf221eae9109fd4a658d332bdca8
    Signed-off-by: Stephen Finucane <email address hidden>