Comment 2 for bug 1524177

Revision history for this message
Corey Bryant (corey.bryant) wrote :

This appears to be an issue with the recent change to run dh_python2 with --no-guessing-deps. d/control files in various packages are out-of-date with respect to dependencies specified in the Depends section and this is exposed when dependencies aren't guessed by dh_python2. Unfortunately we need to use --no-guessing-deps due to upstream changes in 2014.2.4 to requirements.txt files where logic changes were causing package install failures do to dh_python2 not being able to handle logic such as !=.

The following packages need to be updated to bring the Depends section inline with upstream: cinder, glance, horizon, and keystone.