Make os-xenapi package as universal

Now os-xenapi is compatible with both python2 and python3.
This patch is to change the package of os-xenapi as universal.

Change-Id: Ia1314de1b49e17c841b9cc7bf5677dbc092ca62d
This commit is contained in:
Jianghua Wang 2018-03-20 13:43:09 +00:00
parent 4e26270ea8
commit ed9c448971
1 changed files with 3 additions and 0 deletions

View File

@ -53,3 +53,6 @@ output_file = os_xenapi/locale/os_xenapi.pot
all_files = 1
build-dir = releasenotes/build
source-dir = releasenotes/source
[wheel]
universal = 1