5f45086 Ignore python-setuptools when computing build-order

Authored and Committed by Owen W. Taylor 6 years ago
    Ignore python-setuptools when computing build-order
    
    We currently need to build python2-six and python2-setuptools
    which mutually BuildRequire each other - in bootstrap this is resolved
    by changing the build options to avoid python-setuptools => python-six,
    but since we are building against bootstrap, we can just arbitrarily
    pick one to build first.