build universal wheels

Set the flag to ensure universal wheels are built so we can always
install under python 2/3 regardless of how the packages are built.

Change-Id: I38eb50ddcafd804cb33535960a61227fccbeb60a
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2019-07-26 06:08:02 -04:00
parent 5f5fcae9e9
commit 24ce43f9a8
1 changed files with 3 additions and 0 deletions

View File

@ -28,3 +28,6 @@ packages =
oslo.messaging.notify.drivers =
prometheus_exporter = ironic_prometheus_exporter.messaging:PrometheusFileDriver
file_exporter = ironic_prometheus_exporter.messaging:SimpleFileDriver
[wheel]
universal = true