Comment 4 for bug 1631992

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

Reviewed: https://review.openstack.org/391029
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-plugins/commit/?id=7abcaf91972fe3d0e9af98f36b5ed479d1b696cc
Submitter: Jenkins
Branch: master

commit 7abcaf91972fe3d0e9af98f36b5ed479d1b696cc
Author: Kevin Carter <email address hidden>
Date: Thu Oct 27 00:37:10 2016 -0500

    Add the ability to ignore requirements from a given package

    Some packages simply do not play well with others. One such case is
    "tempest" where time and time again it's unbound requirements break
    everything. This change allows the package indexer to examine remote
    repos and exclude packages from the global package building list by
    using the metadata value ``ignorerequirements=True``. When a package is
    ignored it can still be built within in a venv or used by referencing
    the git repos however it will no longer be part of the global wheel
    building package list.

    Change-Id: Iacf15eea14a2cd9c98bbb59d99e2a1ea94bd0a5b
    Closes-Bug: #1631992
    Signed-off-by: Kevin Carter <email address hidden>